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 c94e171 commit eb916bdCopy full SHA for eb916bd
.github/workflows/build-waforthc.yml
@@ -10,7 +10,7 @@ jobs:
10
build-waforthc:
11
strategy:
12
matrix:
13
- os: [macos-latest, ubuntu-20.04]
+ os: [macos-latest, ubuntu-latest]
14
runs-on: ${{ matrix.os }}
15
steps:
16
- uses: actions/checkout@v3
.github/workflows/publish-waforthc.yml
@@ -12,7 +12,7 @@ jobs:
needs: build
17
18
0 commit comments