Skip to content

Commit 3ede518

Browse files
committed
update macOS platforms in CI configuration to latest versions
1 parent 8dc8edc commit 3ede518

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- { platform: macos-15, arch: arm64, os: macos }
18-
- { platform: macos-15-intel, arch: x64, os: macos }
17+
- { platform: macos-26, arch: arm64, os: macos }
18+
- { platform: macos-26-intel, arch: x64, os: macos }
1919
- { platform: ubuntu-24.04, arch: x64, os: linux }
2020
- { platform: ubuntu-24.04-arm, arch: arm64, os: linux }
2121
- { platform: ubuntu-22.04, arch: arm32, os: linux }

0 commit comments

Comments
 (0)