mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-29 00:42:41 -04:00
workflow: run on ubuntu-latest
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user