Skip to content

Commit fb61958

Browse files
authored
Use macos-13 in ci (#6958)
## Motivation for features / changes macos 12 is deprecated so nightly PIP release is failing
1 parent 947a790 commit fb61958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
fail-fast: false
147147
matrix:
148148
mode: ['native']
149-
platform: ['ubuntu-20.04', 'macos-12']
149+
platform: ['ubuntu-20.04', 'macos-13']
150150
rust_version: ['1.65.0']
151151
include:
152152
- mode: 'universal'

0 commit comments

Comments
 (0)