We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6b8dd commit af3ecf1Copy full SHA for af3ecf1
1 file changed
.github/workflows/deploy.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
deploy:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
14
steps:
0 commit comments