Skip to content

Commit

Permalink
Merge pull request #91 from open-atmos/slayoo-patch-2
Browse files Browse the repository at this point in the history
do macos-11 and macos-12 builds separately
  • Loading branch information
slayoo authored Jun 18, 2022
2 parents 3f228c6 + 1e6db60 commit ed55529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests+artifacts+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-11, macOS-12, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
exclude:
- platform: windows-latest
Expand All @@ -29,7 +29,7 @@ jobs:
python-version: "3.10"
runs-on: ${{ matrix.platform }}
steps:
- if: matrix.platform == 'macos-latest'
- if: startsWith(matrix.platform, 'macos-')
run: |
brew reinstall gcc
echo MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` >> $GITHUB_ENV
Expand Down

0 comments on commit ed55529

Please sign in to comment.