Skip to content

Commit

Permalink
Merge pull request #76 from lsst/tickets/DM-48223
Browse files Browse the repository at this point in the history
DM-48223: Update macos version for wheel builds
  • Loading branch information
mwittgen authored Dec 19, 2024
2 parents 3b1af35 + fc6d7d2 commit 9420c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -103,7 +103,7 @@ jobs:
pypi_wheel_build:
strategy:
matrix:
os: ["ubuntu-latest", "macos-12"]
os: ["ubuntu-latest", "macos-latest"]
python-version: ["38", "39", "310", "311", "312", "313"]
runs-on: ${{ matrix.os }}
needs: [build_and_test]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Astronomy",
]
keywords = ["lsst"]
Expand Down

0 comments on commit 9420c9d

Please sign in to comment.