We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14eb6d5 commit 5bb7da4Copy full SHA for 5bb7da4
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
strategy:
43
fail-fast: false
44
matrix:
45
- os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-10.15 ]
+ os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-11 ]
46
name: [ head, debug ]
47
runs-on: ${{ matrix.os }}
48
steps:
0 commit comments