Skip to content

Commit a4625dd

Browse files
committed
ci: use Ubuntu 20.04
Let's use the latest LTS release.
1 parent b0bbddb commit a4625dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pyoxidizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# and the `Installing Rust` documentation when this changes.
1414
- '1.45.0'
1515
os:
16-
- 'ubuntu-18.04'
16+
- 'ubuntu-20.04'
1717
- 'macos-10.15'
1818
- 'windows-2019'
1919
continue-on-error: true
@@ -22,7 +22,7 @@ jobs:
2222
IN_CI: '1'
2323
steps:
2424
- name: Install Linux system packages
25-
if: ${{ matrix.os == 'ubuntu-18.04' }}
25+
if: ${{ matrix.os == 'ubuntu-20.04' }}
2626
run: |
2727
sudo apt-get install -y libyaml-dev snapcraft
2828

0 commit comments

Comments
 (0)