Skip to content

Commit aaf3936

Browse files
authored
Do not allow selection of v12 beta/rc versions now that final is out (#104)
* Upgrade dependencies * Do not allow selection of v12 beta/rc versions now that final is out * Fix GitHub actions platforms
1 parent 9aa68bb commit aaf3936

File tree

5 files changed

+209
-136
lines changed

5 files changed

+209
-136
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)