Skip to content

Commit fbb9b8b

Browse files
committed
Use latest Ubuntu in CI.
1 parent e2dce0b commit fbb9b8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

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

88
jobs:
99
marketplaces:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
fail-fast: false
1313
matrix:
@@ -86,7 +86,7 @@ jobs:
8686

8787
github:
8888
name: GitHub Milestones
89-
runs-on: ubuntu-18.04
89+
runs-on: ubuntu-latest
9090
steps:
9191
- name: Get next versions
9292
id: semvers

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1212
name: Linter
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v1

0 commit comments

Comments
 (0)