Skip to content

Commit c39bf29

Browse files
committed
REVIEWED: Linux workflow to run on ubuntu-latest
1 parent fb20911 commit c39bf29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
permissions:
1818
contents: write # for actions/upload-release-asset to upload release asset
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-latest
2020

2121
env:
2222
REPOSITORY_NAME: ${{ github.event.repository.name }}

src/template/.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
permissions:
1818
contents: write # for actions/upload-release-asset to upload release asset
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-latest
2020

2121
env:
2222
PROJECT_NAME: ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)