Skip to content

Commit ce88108

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 ce88108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)