Skip to content

Commit 0269893

Browse files
fix(ci): downgrade GitHub Actions runner to ubuntu-22.04 for Scone compatibility
1 parent 5a4da60 commit 0269893

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dapp-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
extract-tag:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-20.04
2222
outputs:
2323
clean_tag: ${{ steps.tag.outputs.clean_tag }}
2424
steps:
@@ -91,7 +91,7 @@ jobs:
9191
deploy-tdx-dapp:
9292
if: startsWith(github.event.inputs.environment, 'arbitrum-')
9393
needs: [extract-tag, docker-publish]
94-
runs-on: ubuntu-latest
94+
runs-on: ubuntu-20.04
9595
environment: ${{ inputs.environment }}
9696
steps:
9797
- name: Checkout code
@@ -157,7 +157,7 @@ jobs:
157157
deploy-scone-dapp:
158158
if: startsWith(github.event.inputs.environment, 'bellecour-')
159159
needs: [extract-tag, sconify]
160-
runs-on: ubuntu-latest
160+
runs-on: ubuntu-20.04
161161
environment: ${{ inputs.environment }}
162162
steps:
163163
- name: Checkout code

0 commit comments

Comments
 (0)