Skip to content

Commit c967968

Browse files
committed
Update OS versions in CI configuration
1 parent bfc6bfd commit c967968

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
os: [macos-latest, ubuntu-latest, windows-latest, macos-arm64]
79-
arch: [x64, arm64]
80-
exclude:
81-
- { os: macos-latest, arch: arm64 }
82-
- { os: windows-latest, arch: arm64 }
83-
- { os: ubuntu-latest, arch: arm64 }
84-
- { os: macos-arm64, arch: x64 }
78+
os: [macos-14, ubuntu-latest, windows-latest, macos-13]
8579
runs-on: ${{ matrix.os }}
8680
if: startsWith(github.ref, 'refs/tags/')
8781
steps:

0 commit comments

Comments
 (0)