Skip to content

Commit

Permalink
fix platform versions
Browse files Browse the repository at this point in the history
  • Loading branch information
orm011 committed May 16, 2024
1 parent 54e0fd5 commit d4c5cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
include:
- os: macos-12
arch: x86_64
- os: macos-latest
- os: macos-13-arm64
arch: arm64
- os: ubuntu-latest
arch: x86_64
- os: windows-latest
- os: windows-2022
arch: AMD64
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d4c5cfd

Please sign in to comment.