Skip to content

Commit a5c4ac3

Browse files
ci: use latest ubuntu
1 parent fed913b commit a5c4ac3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
check:
99
name: Check PR
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
release:
88
name: Release
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010

1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)