Skip to content

Commit 421fa02

Browse files
committed
CI: update macos images
macos-13 is being removed in the beginning of december, so we need to migrate to a newer image. This also implies switching to aarch64 mac, so lets hope no assumptions break in the tests.
1 parent 6021a0c commit 421fa02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
os:
321321
- windows-2022
322322
- ubuntu-latest
323-
- macos-13
323+
- macos-15
324324
include:
325325
# Should be in sync with the `cxx` version the Carg.lock of the cxxbridge tests,
326326
# otherwise the caching will not work and the cmd will be built from source.
@@ -396,7 +396,7 @@ jobs:
396396
os:
397397
- windows-2022
398398
- ubuntu-latest
399-
- macos-13
399+
- macos-15
400400
include:
401401
- rust: 1.54.0
402402

0 commit comments

Comments
 (0)