Skip to content

Commit e7af663

Browse files
committed
ENH: Bump macOS version for notebook build, test GHA action step
Bump macOS version to 13 for notebook build, test GHA action step. Left behind in commit 540f185.
1 parent a88dee7 commit e7af663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
strategy:
235235
max-parallel: 3
236236
matrix:
237-
os: [ubuntu-22.04, windows-2022, macos-12]
237+
os: [ubuntu-22.04, windows-2022, macos-13]
238238

239239
steps:
240240
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)