Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit dd31328

Browse files
authored
Use macOS 13 to run our tests on CI (python-lsp#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

Lines changed: 1 addition & 1 deletion
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)