Skip to content

Commit c39689c

Browse files
authored
Tidy up the macos runner list (#224)
* Tidy up the macos runner list * Oh right we don't support intel
1 parent 58e64ed commit c39689c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ jobs:
5353
- ubuntu-latest
5454
- nscloud-ubuntu-22.04-amd64-4x16
5555
- namespace-profile-default-arm64
56-
# - macos-12-large # determinate-nixd is broken on macos-12
57-
- macos-13-large
58-
- macos-14-large
59-
- macos-14-xlarge # arm64
56+
- macos-latest # arm64
6057
determinate:
6158
- true
6259
- false
@@ -78,7 +75,7 @@ jobs:
7875
run: echo $PATH
7976

8077
- name: Render the devshell
81-
if: (success() || failure()) && matrix.runner != 'macos-13-large' && matrix.runner != 'macos-14-large'
78+
if: (success() || failure())
8279
run: |
8380
nix develop --command date
8481

0 commit comments

Comments
 (0)