Revert "ci: switch workflows to Default
runner group"
This reverts commit 8df56b61ba
.
This commit is contained in:
parent
8df56b61ba
commit
f07973e426
2 changed files with 3 additions and 7 deletions
4
.github/workflows/package.yaml
vendored
4
.github/workflows/package.yaml
vendored
|
@ -7,9 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
package:
|
||||
runs-on:
|
||||
group: Default
|
||||
|
||||
runs-on: ubuntu-24.04
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [linux/arm64/v8]
|
||||
|
|
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
@ -2,8 +2,7 @@ name: Build and test
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
@ -11,8 +10,7 @@ env:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on:
|
||||
group: Default
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue