Skip to content

Commit

Permalink
try: another image (#1105)
Browse files Browse the repository at this point in the history
* try: another image

* update and sign

* fix: use old ubuntu
  • Loading branch information
stepanLav authored Dec 24, 2024
1 parent 623078a commit 9bfd7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-and-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
update:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: 🛎 Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
message: "⚠️ Some networks were not available! Please, check the log! ⚠️ ${{ env.GITHUB_WORKFLOW_URL }}"

check-deployment:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: 🛎 Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 9bfd7a0

Please sign in to comment.