Skip to content

Commit

Permalink
Merge pull request #58 from plone/gforcada-patch-1
Browse files Browse the repository at this point in the history
fix(gha): bump macos runner version
  • Loading branch information
davisagli authored Jul 23, 2024
2 parents 4bfa60f + 9608339 commit f4e189e
Show file tree
Hide file tree
Showing 2 changed files with 5 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
1 change: 1 addition & 0 deletions news/+ignore.tests
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump `macos` GHA runner version, `11` has been deprecated [@gforcada]

0 comments on commit f4e189e

Please sign in to comment.