Skip to content

Commit

Permalink
Workflows: Bump ubuntu from 22.04 to 24.04 when possible (#4281)
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Nov 14, 2024
1 parent 07e2078 commit d3baacd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-22.04
runs-on: ubuntu-24.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-22.04
runs-on: ubuntu-24.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-22.04
runs-on: ubuntu-24.04
if: github.ref_type == 'tag'
steps:
- name: Download packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit d3baacd

Please sign in to comment.