Skip to content

Commit

Permalink
Merge pull request #56 from lsst/tickets/DM-39897-hotfix
Browse files Browse the repository at this point in the history
DM-39897: Use macos-11 for PyPI wheel build
  • Loading branch information
timj committed Jul 5, 2023
2 parents bca8f8c + 37cbe4b commit 7750d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
pypi_wheel_build:
strategy:
matrix:
os: ["ubuntu-latest", "macOS-10.15"]
os: ["ubuntu-latest", "macos-11"]
runs-on: ${{ matrix.os }}
needs: [build_and_test]
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 7750d4b

Please sign in to comment.