Skip to content

Commit

Permalink
revert Ubuntu to 20 for glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lonsdale committed Nov 27, 2022
1 parent 563f2fb commit d53f430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install gir1.2-gtk-4.0
sudo apt install gir1.2-gtk-3.0
python -m pip install --upgrade pip
HTSLIB_CONFIGURE_OPTIONS="--disable-lzma" pip install -r requirements.txt
Expand Down

0 comments on commit d53f430

Please sign in to comment.