Skip to content

Commit 873fb25

Browse files
committed
CI: Replace macos-12 with macos-15 due to deprecation
macos-12 runner image will be fully retired by the December 3rd, 2024. https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/
1 parent 21b50b6 commit 873fb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
strategy:
169169
fail-fast: false
170170
matrix:
171-
os: [macos-12, macos-13, macos-14]
171+
os: [macos-13, macos-14, macos-15]
172172
runs-on: ${{ matrix.os }}
173173
needs: [upload-src]
174174
steps:

0 commit comments

Comments
 (0)