Skip to content

Commit 84a2bc9

Browse files
committed
ci: Test on macos-13 (x86-64) instead of 14 (ARM)
macos-15 is also ARM, so no need to test it two time
1 parent e41226e commit 84a2bc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-linux-osx-win-conda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
build_type: [Release, Debug]
22-
name: [ubuntu-latest, macos-latest, windows-latest-clang-cl, windows-latest, macos-14]
22+
name: [ubuntu-latest, macos-latest, windows-latest-clang-cl, windows-latest, macos-13]
2323
cxx_std: [17, 20]
2424
continue_on_error: [false]
2525

@@ -28,8 +28,8 @@ jobs:
2828
os: ubuntu-latest
2929
- name: macos-latest
3030
os: macos-latest
31-
- name: macos-14
32-
os: macos-14
31+
- name: macos-13
32+
os: macos-13
3333
- name: windows-latest-clang-cl
3434
os: windows-latest
3535
compiler: clang-cl

0 commit comments

Comments
 (0)