Skip to content

Commit 6ebb3f5

Browse files
authored
Merge pull request RustPython#3945 from youknowone/ci-mac
Use macos-latest again for CI
2 parents a38965f + 81fffec commit 6ebb3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
strategy:
5050
matrix:
51-
os: [macos-11, ubuntu-latest, windows-latest]
51+
os: [macos-latest, ubuntu-latest, windows-latest]
5252
fail-fast: false
5353
steps:
5454
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)