Skip to content

Commit ed55529

Browse files
authored
Merge pull request #91 from open-atmos/slayoo-patch-2
do macos-11 and macos-12 builds separately
2 parents 3f228c6 + 1e6db60 commit ed55529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
strategy:
2020
matrix:
21-
platform: [ubuntu-latest, macos-latest, windows-latest]
21+
platform: [ubuntu-latest, macos-11, macOS-12, windows-latest]
2222
python-version: ["3.7", "3.8", "3.9", "3.10"]
2323
exclude:
2424
- platform: windows-latest
@@ -29,7 +29,7 @@ jobs:
2929
python-version: "3.10"
3030
runs-on: ${{ matrix.platform }}
3131
steps:
32-
- if: matrix.platform == 'macos-latest'
32+
- if: startsWith(matrix.platform, 'macos-')
3333
run: |
3434
brew reinstall gcc
3535
echo MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` >> $GITHUB_ENV

0 commit comments

Comments
 (0)