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 4086858 commit ea9a56fCopy full SHA for ea9a56f
.github/workflows/my_github_action.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
- runs-on: ubuntu-20.04 # Should be ubuntu-latest if not for issue #58
+ runs-on: ubuntu-latest
12
strategy:
13
fail-fast: false
14
matrix:
0 commit comments