mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Workflows: Bump ubuntu from 22.04 to 24.04 when possible (#4281)
This commit is contained in:
parent
07e20784cb
commit
d3baacd78e
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-22.04
|
runs-on: ubuntu-24.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-22.04
|
runs-on: ubuntu-24.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-22.04
|
runs-on: ubuntu-24.04
|
||||||
if: github.ref_type == 'tag'
|
if: github.ref_type == 'tag'
|
||||||
steps:
|
steps:
|
||||||
- name: Download packages
|
- name: Download packages
|
||||||
|
2
.github/workflows/runtime.yml
vendored
2
.github/workflows/runtime.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
exclude:
|
exclude:
|
||||||
- otp: '27'
|
- otp: '27'
|
||||||
rebar: 'rebar'
|
rebar: 'rebar'
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
container:
|
container:
|
||||||
image: erlang:${{ matrix.otp }}
|
image: erlang:${{ matrix.otp }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user