Skip to content

Commit 2acf580

Browse files
CI: Update Ubuntu to latest LTS version (#14974)
1 parent 1da7feb commit 2acf580

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
create_draft_release:
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
permissions:
2525
contents: write
2626
env:
@@ -72,7 +72,7 @@ jobs:
7272
otp_version: "28.0"
7373
build_docs: build_docs
7474

75-
runs-on: ubuntu-22.04
75+
runs-on: ubuntu-24.04
7676

7777
steps:
7878
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
@@ -123,7 +123,7 @@ jobs:
123123
env:
124124
RELEASE_FILE: elixir-otp-${{ matrix.otp }}.${{ matrix.flavor == 'linux' && 'zip' || 'exe' }}
125125

126-
runs-on: ${{ matrix.flavor == 'linux' && 'ubuntu-22.04' || 'windows-2022' }}
126+
runs-on: ${{ matrix.flavor == 'linux' && 'ubuntu-24.04' || 'windows-2022' }}
127127

128128
permissions:
129129
contents: write
@@ -262,7 +262,7 @@ jobs:
262262

263263
upload-release:
264264
needs: [create_draft_release, build, sign, sbom]
265-
runs-on: ubuntu-22.04
265+
runs-on: ubuntu-24.04
266266

267267
permissions:
268268
contents: write
@@ -301,7 +301,7 @@ jobs:
301301
302302
upload-builds-hex-pm:
303303
needs: [build, sign]
304-
runs-on: ubuntu-22.04
304+
runs-on: ubuntu-24.04
305305
concurrency: builds-hex-pm
306306
environment: release
307307
env:

0 commit comments

Comments
 (0)