mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Partially revert "Workflows: Bump ubuntu from 22.04 to 24.04 when possible (#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 d3baacd78e
.
This commit is contained in:
parent
172847bc76
commit
13dae75d01
2 changed files with 3 additions and 3 deletions
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
|
@ -19,7 +19,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
container:
|
container:
|
||||||
name: Container
|
name: Container
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-22.04
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
|
|
4
.github/workflows/installers.yml
vendored
4
.github/workflows/installers.yml
vendored
|
@ -21,7 +21,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
binaries:
|
binaries:
|
||||||
name: Binaries
|
name: Binaries
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Cache build directory
|
- name: Cache build directory
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
@ -70,7 +70,7 @@ jobs:
|
||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
needs: [binaries]
|
needs: [binaries]
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-22.04
|
||||||
if: github.ref_type == 'tag'
|
if: github.ref_type == 'tag'
|
||||||
steps:
|
steps:
|
||||||
- name: Download packages
|
- name: Download packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue