Skip to content

Commit b87e04b

Browse files
committed
CI: run on ubuntu-latest
1 parent 7849fcd commit b87e04b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
run:
11-
runs-on: 'ubuntu-20.04'
11+
runs-on: 'ubuntu-latest'
1212

1313
strategy:
1414
matrix:

.github/workflows/check-new-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
run:
9-
runs-on: 'ubuntu-20.04'
9+
runs-on: 'ubuntu-latest'
1010

1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)