mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +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:
|
||||
container:
|
||||
name: Container
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
permissions:
|
||||
packages: write
|
||||
steps:
|
||||
|
4
.github/workflows/installers.yml
vendored
4
.github/workflows/installers.yml
vendored
@ -21,7 +21,7 @@ on:
|
||||
jobs:
|
||||
binaries:
|
||||
name: Binaries
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Cache build directory
|
||||
uses: actions/cache@v4
|
||||
@ -70,7 +70,7 @@ jobs:
|
||||
release:
|
||||
name: Release
|
||||
needs: [binaries]
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
if: github.ref_type == 'tag'
|
||||
steps:
|
||||
- name: Download packages
|
||||
|
2
.github/workflows/runtime.yml
vendored
2
.github/workflows/runtime.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
exclude:
|
||||
- otp: '27'
|
||||
rebar: 'rebar'
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
container:
|
||||
image: erlang:${{ matrix.otp }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user