We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39aa5b commit 857274fCopy full SHA for 857274f
1 file changed
.github/workflows/rust.yml
@@ -18,14 +18,14 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [macos-latest, ubuntu-latest, windows-latest]
+ os: [macos-13, ubuntu-latest, windows-latest]
22
include:
23
- os: ubuntu-latest
24
headless: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
25
- - os: macos-latest
26
- extra: -- --skip test_afrim
27
- - os: windows-latest
28
+ # - os: macos-latest
+ # extra: -- --skip test_afrim
+ # - os: windows-latest
29
30
steps:
31
- uses: actions/checkout@v4
0 commit comments