Skip to content

Commit

Permalink
Use ubuntu-20.04 due to permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski committed Mar 9, 2024
1 parent bb98490 commit 1e95747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
deb-build/DEBS/all/*.deb
build-wheel:
name: Build Python Wheel
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
# TODO: Move directly to Ubuntu - libvirt problems on GHA
container: registry.opensuse.org/opensuse/tumbleweed:latest
steps:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
dist/*.tar.gz
create-release:
name: Build the release and create a GitHub release
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [
build-rockylinux-rpms,
build-fedora-rpms,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
run_tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: registry.opensuse.org/opensuse/tumbleweed:latest
steps:
- name: Install pre reqs
Expand Down

0 comments on commit 1e95747

Please sign in to comment.