Skip to content

Commit 75478a1

Browse files
committed
fix: GHA
1 parent 3299960 commit 75478a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
21, # Current Java LTS & minimum supported by Minecraft
1616
]
1717
# and run on both Linux and Windows
18-
os: [ubuntu-20.04]
18+
os: [ubuntu-24.04]
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: checkout repository

.github/workflows/checkMappings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
21, # Current Java LTS & minimum supported by Minecraft
1111
]
1212
# and run on both Linux and Windows
13-
os: [ubuntu-20.04]
13+
os: [ubuntu-24.04]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: checkout repository

0 commit comments

Comments
 (0)