ci: switch workflows to Default
runner group
Signed-off-by: Christoph Heiss <christoph.heiss@robo4you.at>
This commit is contained in:
parent
f49a76c7e4
commit
8df56b61ba
2 changed files with 7 additions and 3 deletions
4
.github/workflows/package.yaml
vendored
4
.github/workflows/package.yaml
vendored
|
@ -7,7 +7,9 @@ on:
|
|||
|
||||
jobs:
|
||||
package:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on:
|
||||
group: Default
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [linux/arm64/v8]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue