ci: update runs-on to runner-latest
All checks were successful
/ build (push) Successful in 2m5s

This commit is contained in:
Marc 2024-11-09 18:20:47 -05:00
parent 62eb27a0a8
commit 91094b9360
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -5,7 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: runner-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5