Skip to content

Commit

Permalink
CI: Build Linux packages on ubuntu-22 for newer libssl3
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
kernc committed Feb 5, 2025
1 parent 21c9b57 commit 71c1d05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test-linux:
timeout-minutes: 5
needs: lint
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
package-linux:
timeout-minutes: 5
needs: [ test-linux, test-macos, test-windows ]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
package-debian:
timeout-minutes: 10
needs: [ test-linux, test-macos, test-windows ]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
Expand Down

0 comments on commit 71c1d05

Please sign in to comment.