Skip to content

Commit

Permalink
Specify ubuntu version for arm runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrizka committed Jan 17, 2025
1 parent 0f449ec commit b5357fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
container:
image: gitlab-registry.cern.ch/linuxsupport/alma9-base:latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build-image:
runs-on: ubuntu-latest-arm
runs-on: ubuntu-24.04-arm
strategy:
matrix:
os: [{dir: AlmaLinux9,suffix: alma9}]
Expand Down

0 comments on commit b5357fc

Please sign in to comment.