Skip to content

Commit

Permalink
Merge pull request #40 from rpanderson/macos-11
Browse files Browse the repository at this point in the history
Use macos 11
  • Loading branch information
chrisjbillington committed Apr 7, 2023
2 parents 305aea4 + e127b37 commit 76672fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Expand Up @@ -42,10 +42,10 @@ jobs:
- { os: ubuntu-latest, python: '3.8', arch: x64 }
- { os: ubuntu-latest, python: '3.7', 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.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.10', arch: x64 }
- { os: windows-latest, python: '3.9', arch: x64 }
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
architecture: ${{ matrix.arch }}
miniconda-version: "latest"

- name: Workaround conda-build incompatibility with xcode >12
- name: Workaround conda-build incompatibility with xcode 12+
if: runner.os == 'macOS'
uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit 76672fd

Please sign in to comment.