Skip to content

Commit

Permalink
Update python core16 sad :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Nov 1, 2024
1 parent 6f030df commit 3d935c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/armhf_lxd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
snapcraft_channel: "8.x"
runner_os: "ubuntu-22.04"
- series: "series18"
snapcraft_channel: "5.x"
snapcraft_channel: "4.x"
runner_os: "ubuntu-22.04"
- snapcraft_channel: "4.x"
series: "series16"
Expand All @@ -23,7 +23,7 @@ jobs:
name: "Build: ${{ matrix.series }} (Snapcraft ${{ matrix.snapcraft_channel }})"
steps:
- name: Ubuntu 18.04 upgrade Python
if: ${{ matrix.runner_os == 'ubuntu-18.04' }}
if: ${{ matrix.runner_os == 'ubuntu-20.04' }}
run: |
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt -y update
Expand Down

0 comments on commit 3d935c2

Please sign in to comment.