Skip to content

Commit 9c2021b

Browse files
authored
Update Ubuntu, Change wrapper-validation in publish (#857)
1 parent ad1b8b7 commit 9c2021b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
88

9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010

1111
steps:
1212
- name: Checkout Repository

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
jobs:
99
publish:
1010
if: github.repository_owner == 'ViaVersion'
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout Repository
1414
uses: actions/checkout@v4
1515
- name: Validate Gradle Wrapper
16-
uses: gradle/wrapper-validation-action@v2
16+
uses: gradle/actions/wrapper-validation@v4
1717
- name: Set up JDK 17
1818
uses: actions/setup-java@v4
1919
with:

0 commit comments

Comments
 (0)