Skip to content

Commit f70e009

Browse files
committed
ENH: Use macos-14-large now to avoid disruption when macos-12 is retired
1 parent 4e22d04 commit f70e009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
c-compiler: "cl.exe"
2727
cxx-compiler: "cl.exe"
2828
cmake-build-type: "Release"
29-
- os: macos-12
29+
- os: macos-14-large
3030
c-compiler: "clang"
3131
cxx-compiler: "clang++"
3232
cmake-build-type: "MinSizeRel"

0 commit comments

Comments
 (0)