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 c91fbf4 commit 55c141eCopy full SHA for 55c141e
.github/workflows/compile.yml
@@ -40,7 +40,7 @@ jobs:
40
compile:
41
name: Compile the stub
42
needs: draft_release # we need to know the upload URL
43
- runs-on: macos-11
+ runs-on: macos-latest
44
steps:
45
- uses: actions/checkout@v2
46
.github/workflows/test.yml
@@ -5,7 +5,7 @@ on: push
5
jobs:
6
7
name: Compile the stubs
8
9
10
11
0 commit comments