Skip to content

Commit 3982af9

Browse files
committed
Fix GitHub actions platforms
1 parent ec19b64 commit 3982af9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
os: [
58-
macos-13, # x64
59-
macos-14, # ARM
58+
macos-15, # x64
59+
macos-15-intel, # ARM
6060
ubuntu-24.04, # x64
6161
ubuntu-24.04-arm, # ARM
62-
windows-latest,
62+
windows-2025,
6363
]
6464

6565
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)