We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ubuntu-latest
1 parent fb20911 commit c39bf29Copy full SHA for c39bf29
.github/workflows/linux.yml
@@ -16,7 +16,7 @@ jobs:
16
build:
17
permissions:
18
contents: write # for actions/upload-release-asset to upload release asset
19
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
20
21
env:
22
REPOSITORY_NAME: ${{ github.event.repository.name }}
src/template/.github/workflows/linux.yml
PROJECT_NAME: ${{ github.event.repository.name }}
0 commit comments