Skip to content

Commit

Permalink
Use macos-14 because macos-11 is not available anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 21, 2024
1 parent 94d7b73 commit 748f4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-14, windows-2019]

env:
CIBW_TEST_REQUIRES: "pytest msgpack pyyaml tomli tomli_w"
Expand Down

0 comments on commit 748f4bb

Please sign in to comment.