Skip to content

Commit 7804a8e

Browse files
authored
CI: Replace deprecated macos-12 images with macos-14 (#248)
* CI: Replace deprecated macos-12 images with macos-13 The `macos-12` is now deprecated and will be removed soon, see actions/runner-images#10721 . To continue testing macOS with Intel processor, we can switch to use `macos-13`. * Update conda-ci.yml
1 parent 6f52ead commit 7804a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
build_type: [Release]
19-
os: [ubuntu-latest, windows-2019, macos-12]
19+
os: [ubuntu-latest, windows-2019, macos-14]
2020
fail-fast: false
2121

2222
steps:

0 commit comments

Comments
 (0)