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 467b07d commit dd1518cCopy full SHA for dd1518c
.github/workflows/macos.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
build:
15
- runs-on: ubuntu-latest
+ runs-on: macos-latest
16
17
steps:
18
- uses: actions/checkout@v2
.github/workflows/windows.yml
+ runs-on: windows-latest
0 commit comments