Change runner from 'goose' to 'ubuntu-latest'

This commit is contained in:
Michael Neale
2025-10-01 19:39:46 +10:00
committed by GitHub
parent 8d05348975
commit 9f31ccd09d
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
build-binary:
name: Build Release Binary
runs-on: goose
runs-on: ubuntu-latest
needs: changes
if: needs.changes.outputs.code == 'true'
steps: