Skip to content

Commit 2e63038

Browse files
authored
chore: bump macos version in CI (#820)
1 parent 2ae1881 commit 2e63038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
# x86 builds are only meaningful for Windows
2323
- os: windows-latest
2424
architecture: x86
25-
- os: macos-12
25+
- os: macos-13
2626
architecture: x64
2727
python:
2828
- 3.8
2929
- 3.9
3030
- "3.10"
3131
- "3.11"
3232
- "3.12"
33-
- 3.x
33+
# - 3.x 3.13 does not have 'pipes' and maybe other necessary things
3434
category:
3535
- local-slow
3636
# These require credentials.

0 commit comments

Comments
 (0)