Skip to content

Commit 7611a90

Browse files
committed
fix valid runner
1 parent b41771c commit 7611a90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-dev.yml

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

88
jobs:
99
build-and-push:
10-
runs-on: ubuntu-latest-arm64
10+
runs-on: ubuntu-24.04-arm
1111

1212
steps:
1313
# 1. Checkout the repository

.github/workflows/deploy-prod.yml

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

99
jobs:
1010
build-and-push:
11-
runs-on: ubuntu-latest-arm64
11+
runs-on: ubuntu-24.04-arm
1212

1313
steps:
1414
# 1. Checkout the repository

0 commit comments

Comments
 (0)