We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc8edc commit 3ede518Copy full SHA for 3ede518
1 file changed
.github/workflows/ci-main.yml
@@ -14,8 +14,8 @@ jobs:
14
fail-fast: false
15
matrix:
16
include:
17
- - { platform: macos-15, arch: arm64, os: macos }
18
- - { platform: macos-15-intel, arch: x64, os: macos }
+ - { platform: macos-26, arch: arm64, os: macos }
+ - { platform: macos-26-intel, arch: x64, os: macos }
19
- { platform: ubuntu-24.04, arch: x64, os: linux }
20
- { platform: ubuntu-24.04-arm, arch: arm64, os: linux }
21
- { platform: ubuntu-22.04, arch: arm32, os: linux }
0 commit comments