Skip to content

Commit 1a07b93

Browse files
committed
Always use ubuntu-latest
1 parent 51cb89b commit 1a07b93

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/format.yml

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

1313
jobs:
1414
fix:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
timeout-minutes: 30
1717
steps:
1818
- name: Checkout

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
timeout-minutes: 30
1313
strategy:
1414
matrix:
@@ -25,7 +25,7 @@ jobs:
2525
- name: Test
2626
run: npm test
2727
lint:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929
timeout-minutes: 30
3030
strategy:
3131
matrix:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
npm:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
timeout-minutes: 30
1313
steps:
1414
- name: Checkout
@@ -21,7 +21,7 @@ jobs:
2121
access: public
2222
token: ${{ secrets.NPM_TOKEN }}
2323
github:
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-latest
2525
timeout-minutes: 30
2626
steps:
2727
- name: Checkout

.github/workflows/version.yml

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

1313
jobs:
1414
release:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
timeout-minutes: 30
1717
steps:
1818
- name: Checkout

0 commit comments

Comments
 (0)