Skip to content

Commit 2d1abb6

Browse files
authored
add macos-15-intel to test matrix (#172)
add testing for the new macos-15-intel runner (#171), also the macos-13 runner will be unsupported soon
1 parent b54a683 commit 2d1abb6

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/compat/matrix.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
os:
22
- ubuntu-24.04
33
- ubuntu-22.04
4+
- macos-15-intel
5+
- macos-15
46
- macos-14
5-
- macos-13
67
- windows-2025
78
- windows-2022
89
toolchain:
@@ -73,23 +74,23 @@ toolchain:
7374
- {compiler: nvidia-hpc, version: '20.7'}
7475
exclude:
7576
# intel-classic >= 2021.10.0 not available for mac
76-
- os: macos-14
77-
toolchain: {compiler: intel-classic, version: 2021.12.0}
78-
- os: macos-13
77+
- os: macos-15-intel
7978
toolchain: {compiler: intel-classic, version: 2021.12.0}
80-
- os: macos-14
79+
- os: macos-15
8180
toolchain: {compiler: intel-classic, version: 2021.11.0}
82-
- os: macos-13
81+
- os: macos-14
8382
toolchain: {compiler: intel-classic, version: 2021.11.0}
8483
# ifx not available for mac
85-
- os: macos-14
84+
- os: macos-15
8685
toolchain: {compiler: intel}
87-
- os: macos-13
86+
- os: macos-14
8887
toolchain: {compiler: intel}
8988
# nvidia-hpc not available for mac
90-
- os: macos-14
89+
- os: macos-15-intel
9190
toolchain: {compiler: nvidia-hpc}
92-
- os: macos-13
91+
- os: macos-15
92+
toolchain: {compiler: nvidia-hpc}
93+
- os: macos-14
9394
toolchain: {compiler: nvidia-hpc}
9495
# nvidia-hpc not available for windows
9596
- os: windows-2025

0 commit comments

Comments
 (0)