We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41771c commit 7611a90Copy full SHA for 7611a90
.github/workflows/deploy-dev.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build-and-push:
10
- runs-on: ubuntu-latest-arm64
+ runs-on: ubuntu-24.04-arm
11
12
steps:
13
# 1. Checkout the repository
.github/workflows/deploy-prod.yml
@@ -8,7 +8,7 @@ on:
14
0 commit comments