We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bbddb commit a4625ddCopy full SHA for a4625dd
1 file changed
.github/workflows/pyoxidizer.yml
@@ -13,7 +13,7 @@ jobs:
13
# and the `Installing Rust` documentation when this changes.
14
- '1.45.0'
15
os:
16
- - 'ubuntu-18.04'
+ - 'ubuntu-20.04'
17
- 'macos-10.15'
18
- 'windows-2019'
19
continue-on-error: true
@@ -22,7 +22,7 @@ jobs:
22
IN_CI: '1'
23
steps:
24
- name: Install Linux system packages
25
- if: ${{ matrix.os == 'ubuntu-18.04' }}
+ if: ${{ matrix.os == 'ubuntu-20.04' }}
26
run: |
27
sudo apt-get install -y libyaml-dev snapcraft
28
0 commit comments