Skip to content

Commit 444db0a

Browse files
committed
Update CI to use Ubuntu 20.
1 parent 187c1ce commit 444db0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cookiecutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- cookiecutter
1313
jobs:
1414
cookiecutter:
15-
runs-on: ubuntu-18.04
15+
runs-on: ubuntu-20.04
1616
steps:
1717
- uses: actions/checkout@v1
1818
# Remove apt repos that are known to break from time to time

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on: [push]
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-18.04
15+
runs-on: ubuntu-20.04
1616

1717
steps:
1818
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)