@@ -211,7 +211,7 @@ jobs:
211211 # 20 workflow limit.
212212 oss :
213213 ${{ (needs.rules.outputs.python == 'true' || needs.rules.outputs.nightly
214- == 'true') && '["ubuntu-24.04", "macos-14 ", "windows-latest"]' ||
214+ == 'true') && '["ubuntu-24.04", "macos-15 ", "windows-latest"]' ||
215215 ' ["ubuntu-24.04"]' }}
216216
217217 test-js :
@@ -222,7 +222,7 @@ jobs:
222222 # Only run on ubuntu unless there's a lang-specific change or we're running nightly.
223223 oss :
224224 ${{ (needs.rules.outputs.js == 'true' || needs.rules.outputs.nightly ==
225- ' true' ) && '["ubuntu-24.04", "macos-14 ", "windows-latest"]' ||
225+ ' true' ) && '["ubuntu-24.04", "macos-15 ", "windows-latest"]' ||
226226 ' ["ubuntu-24.04"]' }}
227227
228228 test-dotnet :
@@ -244,7 +244,7 @@ jobs:
244244 # Currently we never run windows
245245 oss :
246246 ${{ (needs.rules.outputs.java == 'true' || needs.rules.outputs.nightly
247- == 'true') && '["ubuntu-24.04", "macos-14 "]' || '["ubuntu-24.04"]' }}
247+ == 'true') && '["ubuntu-24.04", "macos-15 "]' || '["ubuntu-24.04"]' }}
248248
249249 test-elixir :
250250 needs : rules
@@ -272,7 +272,7 @@ jobs:
272272 # if: |
273273 # needs.rules.outputs.taskfile == 'true' ||
274274 # needs.rules.outputs.nightly-upstream == 'true'
275- # runs-on: macos-14
275+ # runs-on: macos-15
276276 # steps:
277277 # - name: 📂 Checkout code
278278 # uses: actions/checkout@v5
@@ -309,7 +309,7 @@ jobs:
309309 fail-fast : false
310310 matrix :
311311 include :
312- - os : macos-14
312+ - os : macos-15
313313 target : aarch64-apple-darwin
314314 features : default,test-dbs
315315 - os : windows-latest
@@ -681,7 +681,7 @@ jobs:
681681 #
682682 # - os: ubuntu-24.04
683683 # target: aarch64-unknown-linux-musl
684- - os : macos-14
684+ - os : macos-15
685685 target : aarch64-apple-darwin
686686 features : default,test-dbs
687687 - os : windows-latest
@@ -714,7 +714,7 @@ jobs:
714714 - os : ubuntu-24.04
715715 target : x86_64-unknown-linux-musl
716716 features : default
717- - os : macos-14
717+ - os : macos-15
718718 target : aarch64-apple-darwin
719719 features : default,test-dbs
720720 - os : windows-latest
0 commit comments