Skip to content

Commit

Permalink
Try downgrading runner OS for bullseye, bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek committed Oct 3, 2024
1 parent 6aa7d4a commit f4d5b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
- suite: focal
os-version: ubuntu-20.04
- suite: bullseye
os-version: ubuntu-22.04
os-version: ubuntu-20.04
- suite: bookworm
os-version: ubuntu-22.04
os-version: ubuntu-20.04
fail-fast: false
runs-on: ${{ matrix.os-version }}
steps:
Expand Down

0 comments on commit f4d5b77

Please sign in to comment.