ci: switch runs-on to ubuntu-latest

This commit is contained in:
Graham McIntire 2026-05-05 13:06:55 -05:00
parent b194346047
commit 3c172132ba
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -7,7 +7,7 @@ on:
jobs:
goreleaser:
runs-on: docker
runs-on: ubuntu-latest
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
with: