Skip to content

Commit

Permalink
ci: go back to ubuntu-24.04-arm; try a different workaround for actio…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T committed Jan 17, 2025
1 parent 265a28f commit 953d7be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
[
"Lnx x64/ubuntu-latest",
# "Lnx A64/ubuntu-latest+qemu-aarch64-linux",
"Lnx A64/ubuntu-22.04-arm",
"Lnx A64/ubuntu-24.04-arm",
"Mac x64/macos-13",
"Mac A64/macos-latest",
empty] as $runners |
Expand Down Expand Up @@ -110,6 +110,8 @@ jobs:
name: ${{ matrix.cachixName }}
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
env:
XDG_CONFIG_HOME: ~/.config
- name: Check evaluation
run: |
nix-env -f . -qa \* --meta --xml \
Expand Down

0 comments on commit 953d7be

Please sign in to comment.