Skip to content

Commit 0b43574

Browse files
committed
ci: add macos-15-intel runner
1 parent 9280e7a commit 0b43574

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
- runs-on: macos-14
4343
system: aarch64-darwin
4444
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
4549
- runs-on: macos-13
4650
system: x86_64-darwin
4751
oldest_installer_version: nix-2.8.0

0 commit comments

Comments
 (0)