Skip to content

Commit

Permalink
fix(gha): bump macos runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada authored Jul 2, 2024
1 parent 4bfa60f commit b7d386c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
fail-fast: false
matrix:
os:
- ["windows", "windows-latest"]
- ["macos", "macos-11"]
- ["windows", "windows-latest"]
- ["macos", "macos-12"]
config:
# [Python version, tox env]
- ["3.9", "test"]
# [Python version, tox env]
- ["3.9", "test"]

runs-on: ${{ matrix.os[1] }}
name: ${{ matrix.os[0] }}-${{ matrix.config[1] }}
Expand Down

0 comments on commit b7d386c

Please sign in to comment.