Skip to content

Commit ae0461b

Browse files
Update github actions CI to use macOS-14
macOS-13 is being removed from github actions.
1 parent 0a278cc commit ae0461b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
mac:
275275
# Mac is 10x expensive to run on GitHub machines, so only run if we know something else passed as well
276276
needs: windows_clang
277-
runs-on: macos-13
277+
runs-on: macos-14
278278
timeout-minutes: 30
279279
strategy:
280280
matrix:
@@ -305,7 +305,7 @@ jobs:
305305
# Mac is 10x expensive to run on GitHub machines, so only run if we know something else passed as well
306306
needs: windows_clang
307307
name: ${{ matrix.CMAKE_SYSTEM_NAME }}
308-
runs-on: macos-13
308+
runs-on: macos-14
309309
timeout-minutes: 30
310310
strategy:
311311
matrix:

0 commit comments

Comments
 (0)