Skip to content

Commit

Permalink
Bump MacOS test platform to MacOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 7, 2024
1 parent aff1f2a commit 9545408
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
- name: Test without coverage
run: python -m unittest discover -vv

test_osx:
name: Test (OSX)
runs-on: macos-11
test_macos:
name: Test (MacOS)
runs-on: macos-12
env:
OS: OSX
OS: MacOS
_PYTHON_HOST_PLATFORM: macosx-10.9-x86_64
strategy:
fail-fast: false
Expand Down

0 comments on commit 9545408

Please sign in to comment.