Skip to content

Commit

Permalink
Update OS versions in CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jan 20, 2025
1 parent bfc6bfd commit c967968
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest, macos-arm64]
arch: [x64, arm64]
exclude:
- { os: macos-latest, arch: arm64 }
- { os: windows-latest, arch: arm64 }
- { os: ubuntu-latest, arch: arm64 }
- { os: macos-arm64, arch: x64 }
os: [macos-14, ubuntu-latest, windows-latest, macos-13]
runs-on: ${{ matrix.os }}
if: startsWith(github.ref, 'refs/tags/')
steps:
Expand Down

0 comments on commit c967968

Please sign in to comment.