Skip to content

Commit

Permalink
ENH: Bump macOS version for notebook build, test GHA action step
Browse files Browse the repository at this point in the history
Bump macOS version to 13 for notebook build, test GHA action step.

Left behind in commit 540f185.
  • Loading branch information
jhlegarreta committed Nov 6, 2024
1 parent a88dee7 commit e7af663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
os: [ubuntu-22.04, windows-2022, macos-12]
os: [ubuntu-22.04, windows-2022, macos-13]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e7af663

Please sign in to comment.