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 455aa40 commit 2822ce0Copy full SHA for 2822ce0
.github/workflows/native.yml
@@ -18,7 +18,7 @@ jobs:
18
build:
19
strategy:
20
matrix:
21
- os: [ubuntu-20.04, windows-latest, macos-11]
+ os: [ubuntu-20.04, windows-latest, macos-latest]
22
runs-on: ${{ matrix.os }}
23
steps:
24
- name: Checkout
0 commit comments