Skip to content

Commit 199d366

Browse files
committed
fix: ci issues
1 parent 29d3662 commit 199d366

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/template-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
template-deploy:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04
2323

2424
steps:
2525
- name: Set arbitrum staging environment variables

.github/workflows/tests-l1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
deploy:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010

1111
steps:
1212
- name: Checkout

.github/workflows/tests-l2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
deploy:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010

1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)