Skip to content

Commit bbb0069

Browse files
committed
GH Actions - switch to Ubuntu 24.04
1 parent 50810c9 commit bbb0069

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
github.event_name == 'push' ||
1313
github.event.pull_request.head.repo.full_name != github.repository ||
1414
github.event.pull_request.user.login == 'softwaremill-ci'
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
env:
1717
scala: 2.12
1818
steps:
@@ -51,7 +51,7 @@ jobs:
5151
github.event_name == 'push' ||
5252
github.event.pull_request.head.repo.full_name != github.repository ||
5353
github.event.pull_request.user.login == 'softwaremill-ci'
54-
runs-on: ubuntu-20.04
54+
runs-on: ubuntu-24.04
5555
env:
5656
scala: 2.13
5757
steps:
@@ -90,7 +90,7 @@ jobs:
9090
github.event_name == 'push' ||
9191
github.event.pull_request.head.repo.full_name != github.repository ||
9292
github.event.pull_request.user.login == 'softwaremill-ci'
93-
runs-on: ubuntu-20.04
93+
runs-on: ubuntu-24.04
9494
env:
9595
scala: 3
9696
steps:
@@ -129,7 +129,7 @@ jobs:
129129
github.event_name == 'push' ||
130130
github.event.pull_request.head.repo.full_name != github.repository ||
131131
github.event.pull_request.user.login == 'softwaremill-ci'
132-
runs-on: ubuntu-20.04
132+
runs-on: ubuntu-24.04
133133
env:
134134
scala: 2.13
135135
steps:
@@ -195,7 +195,7 @@ jobs:
195195
github.event_name == 'push' ||
196196
github.event.pull_request.head.repo.full_name != github.repository ||
197197
github.event.pull_request.user.login == 'softwaremill-ci'
198-
runs-on: ubuntu-20.04
198+
runs-on: ubuntu-24.04
199199
env:
200200
scala: 2.13
201201
steps:
@@ -235,7 +235,7 @@ jobs:
235235
publish-jar:
236236
needs: [ci-2-12, ci-2-13, ci-3, ci-docker, ci-native-image-agent-config-verification]
237237
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v'))
238-
runs-on: ubuntu-20.04
238+
runs-on: ubuntu-24.04
239239
steps:
240240
- name: Checkout
241241
uses: actions/checkout@v2
@@ -305,7 +305,7 @@ jobs:
305305
publish-docker:
306306
needs: [ci-2-12, ci-2-13, ci-3, ci-docker, ci-native-image-agent-config-verification]
307307
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v'))
308-
runs-on: ubuntu-20.04
308+
runs-on: ubuntu-24.04
309309
steps:
310310
- name: Checkout
311311
uses: actions/checkout@v2
@@ -347,7 +347,7 @@ jobs:
347347
name: Attach automerge label
348348
# only for PRs by softwaremill-ci
349349
if: github.event.pull_request.user.login == 'softwaremill-ci'
350-
runs-on: ubuntu-20.04
350+
runs-on: ubuntu-24.04
351351
steps:
352352
- uses: actions/checkout@v3
353353
with:
@@ -370,7 +370,7 @@ jobs:
370370
# only for PRs by softwaremill-ci
371371
if: github.event.pull_request.user.login == 'softwaremill-ci'
372372
needs: [ci-2-12, ci-2-13, ci-3, ci-docker, ci-native-image-agent-config-verification, label]
373-
runs-on: ubuntu-20.04
373+
runs-on: ubuntu-24.04
374374
steps:
375375
- id: automerge
376376
name: automerge

0 commit comments

Comments
 (0)