Skip to content

Commit

Permalink
Change CI os label name
Browse files Browse the repository at this point in the history
  • Loading branch information
ayn2op committed Apr 27, 2024
1 parent f9c2844 commit d76a7db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-14]
# https://docs.github.com/en/actions/using-github-hosted-runners
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d76a7db

Please sign in to comment.