File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -10,23 +10,21 @@ jobs:
1010 ACTIONS_STEP_DEBUG : true
1111 runs-on : ${{ matrix.systems.runner }}
1212 permissions :
13- id-token : " write"
14- contents : " read"
13+ id-token : write
14+ contents : read
1515 strategy :
1616 matrix :
1717 systems :
18- - nix-system : " aarch64-darwin"
19- runner : " macos-latest-xlarge"
20- - nix-system : " x86_64-darwin"
21- runner : " macos-13 "
22- - nix-system : " x86_64-linux"
23- runner : " ubuntu-22.04 "
18+ - nix-system : aarch64-darwin
19+ runner : macos-latest-xlarge
20+ - nix-system : x86_64-darwin
21+ runner : macos-latest-xlarge
22+ - nix-system : x86_64-linux
23+ runner : UbuntuLatest32Cores128G
2424 steps :
2525 - uses : actions/checkout@v4
2626 - uses : DeterminateSystems/nix-installer-action@main
2727 - uses : DeterminateSystems/flakehub-cache-action@main
28- with :
29- use-flakehub : true
3028 - name : Build dev shell for ${{ matrix.systems.nix-system }} on ${{ matrix.systems.runner }}
3129 run : |
3230 nix build .#devShells.${{ matrix.systems.nix-system }}.default
You can’t perform that action at this time.
0 commit comments