Skip to content

Commit

Permalink
Partially revert "Workflows: Bump ubuntu from 22.04 to 24.04 when pos…
Browse files Browse the repository at this point in the history
…sible (#4281)"

ubuntu-24.04 includes texinfo 7.1, which has a problematic bug.
Let's revert to ubuntu-22.04 until 24.04 includes a fixed texinfo.

URL to keep an eye:
https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md

This partially reverts commit d3baacd.
  • Loading branch information
badlop committed Jan 3, 2025
1 parent 172847b commit 13dae75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
container:
name: Container
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
packages: write
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
binaries:
name: Binaries
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Cache build directory
uses: actions/cache@v4
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
release:
name: Release
needs: [binaries]
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
if: github.ref_type == 'tag'
steps:
- name: Download packages
Expand Down

0 comments on commit 13dae75

Please sign in to comment.