Skip to content

Commit

Permalink
ci: use 22.04-arm instead of 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault committed Jan 21, 2025
1 parent 5892060 commit 8d8a395
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
self-hosted-runner:
# Labels of self-hosted runner in array of strings.
# FIXME: Remove once the upstream list is updated
labels: ["ubuntu-24.04-arm"]
labels: ["ubuntu-22.04-arm", "ubuntu-24.04-arm"]

# Configuration variables in array of strings defined in your repository or
# organization. `null` means disabling configuration variables check.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-24.04, ubuntu-24.04-arm, macos-15 ]
os: [ ubuntu-24.04, ubuntu-22.04-arm, macos-15 ]
steps:
- uses: DeterminateSystems/nix-installer-action@v16
with:
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-24.04, ubuntu-24.04-arm, macos-15 ]
os: [ ubuntu-24.04, ubuntu-22.04-arm, macos-15 ]
steps:
- uses: DeterminateSystems/nix-installer-action@v16
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get-attrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"x86_64-linux": "ubuntu-24.04",
"x86_64-darwin": "macos-13",
"aarch64-darwin": "macos-15",
"aarch64-linux": "ubuntu-24.04-arm",
"aarch64-linux": "ubuntu-22.04-arm",
}


Expand Down

0 comments on commit 8d8a395

Please sign in to comment.