[update] github runner

This commit is contained in:
Milos Obrenovic 2025-02-14 15:16:24 +01:00
parent e700598bdf
commit 1e08288096

View file

@ -28,7 +28,7 @@ jobs:
test:
runs-on: ubuntu-latest
runs-on: macos-13
container:
image: gradle:8.12-jdk17-focal
@ -41,7 +41,7 @@ jobs:
name: Run tests w/ Gradle
run: ./gradlew clean test
build:
runs-on: ubuntu-latest