Skip to content

Commit 21bbe07

Browse files
authored
Updated GitHub Actions runner (#671)
`ubuntu-20.04` is no longer available.
1 parent e2581a2 commit 21bbe07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
jobs:
3636
build:
3737
name: Maven build
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-24.04
3939
strategy:
4040
matrix:
4141
maven-version:

.github/workflows/maven-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
jobs:
3535
deploy:
3636
name: Maven deploy
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-24.04
3838
if: github.repository == 'gantsign/ktlint-maven-plugin'
3939
steps:
4040
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
deploy-site:
4848
name: Maven deploy site
49-
runs-on: ubuntu-20.04
49+
runs-on: ubuntu-24.04
5050
if: github.repository == 'gantsign/ktlint-maven-plugin'
5151
needs: deploy
5252
steps:

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
build-all:
3737
if: ${{ always() }}
3838
name: Build (matrix)
39-
runs-on: ubuntu-20.04
39+
runs-on: ubuntu-24.04
4040
needs: build
4141
steps:
4242
- name: Check build matrix status

0 commit comments

Comments
 (0)