Skip to content

Commit 248b56d

Browse files
committed
Updated github actions to use ubuntu 24.04
1 parent 3cc8060 commit 248b56d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request, workflow_dispatch]
33

44
jobs:
55
build:
6-
runs-on: ubuntu-22.04
6+
runs-on: ubuntu-24.04
77
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
88
steps:
99
- name: Checkout Repository

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish:
99
if: github.repository_owner == 'ViaVersion'
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Checkout Repository
1313
uses: actions/checkout@v4

.github/workflows/update-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
update-gradle-wrapper:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout Repository
1212
uses: actions/checkout@v4

0 commit comments

Comments
 (0)