workflow: run on ubuntu-latest

This commit is contained in:
Maxi Quoß
2023-01-29 20:14:56 +01:00
parent feff042a88
commit 752e61c1db

View File

@@ -8,7 +8,7 @@ on:
jobs:
goreleaser:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
# pull code
- name: Checkout
@@ -48,7 +48,7 @@ jobs:
docker:
needs: goreleaser
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
# pull code
- name: Check Out Repo