We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9280e7a commit 0b43574Copy full SHA for 0b43574
1 file changed
.github/workflows/test.yml
@@ -42,6 +42,10 @@ jobs:
42
- runs-on: macos-14
43
system: aarch64-darwin
44
oldest_installer_version: nix-2.8.0
45
+ - runs-on: macos-15-intel
46
+ system: x86_64-darwin
47
+ oldest_installer_version: nix-2.18.0
48
+ # macos13 will be retired on 04/12/2025
49
- runs-on: macos-13
50
system: x86_64-darwin
51
0 commit comments