Skip to content

Commit

Permalink
Merge pull request #682 from markotoplak/update-mac-runner
Browse files Browse the repository at this point in the history
update macos runner
  • Loading branch information
markotoplak authored Aug 31, 2023
2 parents 7ec0924 + c651db0 commit 6028631
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
os: [ubuntu-20.04, macos-11, windows-2019]
python-version: [3.8, 3.9]
tox_env: [py-orange-released]
experimental: [false]
name: [Released]
include:
- os: macos-11.0
- os: macos-12.0
python-version: 3.8
tox_env: py-orange-released
experimental: true
name: Big Sur
name: macos-12

- os: windows-2019
python-version: 3.8
tox_env: py-orange-oldest
experimental: false
name: Oldest
- os: macos-10.15
- os: macos-11
python-version: 3.8
tox_env: py-orange-oldest
name: Oldest
Expand All @@ -53,7 +53,7 @@ jobs:
tox_env: py-orange-latest
experimental: false
name: Latest
- os: macos-10.15
- os: macos-11
python-version: 3.9
tox_env: py-orange-latest
experimental: false
Expand Down

0 comments on commit 6028631

Please sign in to comment.