Skip to content

Commit b3cc551

Browse files
author
jan.nijtmans
committed
macOS 12 runner image will be removed
1 parent b0e6078 commit b3cc551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mac-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
contents: read
1212
jobs:
1313
xcode:
14-
runs-on: macos-12
14+
runs-on: macos-13
1515
defaults:
1616
run:
1717
shell: bash
@@ -34,7 +34,7 @@ jobs:
3434
MAC_CI: 1
3535
timeout-minutes: 15
3636
clang:
37-
runs-on: macos-12
37+
runs-on: macos-13
3838
strategy:
3939
matrix:
4040
config:

0 commit comments

Comments
 (0)