Skip to content

Commit

Permalink
ci: switch workflows to Default runner group
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Heiss <[email protected]>
  • Loading branch information
christoph-heiss committed Oct 7, 2024
1 parent f49a76c commit 8df56b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:

jobs:
package:
runs-on: ubuntu-24.04
runs-on:
group: Default

strategy:
matrix:
platform: [linux/arm64/v8]
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ name: Build and test

on:
push:
branches: ["master"]
branches:
- master
pull_request:

env:
BUILD_TYPE: Release

jobs:
test:
runs-on: ubuntu-24.04
runs-on:
group: Default

steps:
- name: Install dependencies
Expand Down

0 comments on commit 8df56b6

Please sign in to comment.