Skip to content

Commit

Permalink
macos 11 in workflow, due to 10.15 being deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjbillington committed Apr 7, 2023
1 parent 72bf4b8 commit cdcc241
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- { os: ubuntu-latest, python: '3.8', arch: x64 }
- { os: ubuntu-latest, python: '3.7', arch: x64 }

- { os: macos-10.15, python: '3.11', arch: x64 }
- { os: macos-10.15, python: '3.10', arch: x64 }
- { os: macos-10.15, python: '3.9', arch: x64 }
- { os: macos-10.15, python: '3.8', arch: x64 }
- { os: macos-10.15, python: '3.7', arch: x64 }
- { os: macos-11, python: '3.11', arch: x64 }
- { os: macos-11, python: '3.10', arch: x64 }
- { os: macos-11, python: '3.9', arch: x64 }
- { os: macos-11, python: '3.8', arch: x64 }
- { os: macos-11, python: '3.7', arch: x64 }

- { os: windows-latest, python: '3.11', arch: x64 }
- { os: windows-latest, python: '3.10', arch: x64 }
Expand Down

0 comments on commit cdcc241

Please sign in to comment.