forked from compAIR/libcreate
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]
|
||||
|
|
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
@ -2,7 +2,8 @@ name: Build and test
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
@ -10,7 +11,8 @@ env:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on:
|
||||
group: Default
|
||||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue