Skip to content

Commit

Permalink
Drop testing on macOS 10
Browse files Browse the repository at this point in the history
See actions/runner-images#5583

We should perhaps later re-add "macos-11" when "macos-latest" becomes "macos-12"
  • Loading branch information
kousu committed Aug 3, 2022
1 parent f9653c0 commit bb01304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false

matrix:
os: [ "macos-latest", "windows-latest", "ubuntu-20.04", "ubuntu-18.04", "macos-10.15" ]
os: [ "macos-latest", "windows-latest", "ubuntu-20.04", "ubuntu-18.04" ]
python-version: [3.7, 3.8, 3.9 ]
test-name:
- integration-test
Expand Down

0 comments on commit bb01304

Please sign in to comment.