Skip to content

Commit

Permalink
ci: use ubuntu-22.04 for packaging
Browse files Browse the repository at this point in the history
Also complete a TODO to replace 24.04 with ubuntu-latest.
  • Loading branch information
cpu committed Dec 26, 2024
1 parent ea32cdf commit 0af66a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/libssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- stable
- beta
- nightly
# TODO(XXX): consider replacing ubuntu-24.04 w/ ubuntu-latest when appropriate
os: [ubuntu-24.04, ubuntu-22.04]
os: [ubuntu-latest, ubuntu-22.04]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -173,7 +172,7 @@ jobs:

packaging:
name: Packaging
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 0af66a7

Please sign in to comment.