Skip to content

Commit dd31328

Browse files
authored
Use macOS 13 to run our tests on CI (#560)
1 parent 4c0e99b commit dd31328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
build:
1818
name: Mac Py${{ matrix.PYTHON_VERSION }}
19-
runs-on: macos-latest
19+
runs-on: macos-13
2020
env:
2121
CI: 'true'
2222
OS: 'macos'

0 commit comments

Comments
 (0)