diff options
Diffstat (limited to '.github/workflows/publish.yml')
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6bc5e2bc..4a0f6cde 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: jobs: push-simulator: name: Push Simulator - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Prepare id: prep @@ -32,7 +32,7 @@ jobs: tags: ${{ steps.prep.outputs.tags }} push-api: name: Push API - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Prepare id: prep @@ -56,7 +56,7 @@ jobs: tags: ${{ steps.prep.outputs.tags }} push-ui: name: Push UI - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Prepare id: prep |
