Skip to content

Commit 857274f

Browse files
committed
test ci with macos13
1 parent f39aa5b commit 857274f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [macos-latest, ubuntu-latest, windows-latest]
21+
os: [macos-13, ubuntu-latest, windows-latest]
2222
include:
2323
- os: ubuntu-latest
2424
headless: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
25-
- os: macos-latest
26-
extra: -- --skip test_afrim
27-
- os: windows-latest
28-
extra: -- --skip test_afrim
25+
# - os: macos-latest
26+
# extra: -- --skip test_afrim
27+
# - os: windows-latest
28+
# extra: -- --skip test_afrim
2929

3030
steps:
3131
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)