9
0
mirror of https://github.com/GeyserExtensionists/GeyserUtils.git synced 2025-12-19 15:09:24 +00:00

fix: build script was broken

This commit is contained in:
Willem
2025-06-05 14:37:20 +02:00
committed by GitHub
parent 66773cace0
commit 90baf05f8d

View File

@@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2