Skip to content

Commit d8232eb

Browse files
authored
test ci with macos13
1 parent f9fb1f3 commit d8232eb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ 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_simple
2725

2826
steps:
2927
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)