Skip to content

Commit 256cd3e

Browse files
committed
fix: arm64ビルドジョブの環境をubuntu-24.04-armに変更
1 parent a3a3399 commit 256cd3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-raspberrypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-arm64:
11-
runs-on: ubuntu-24.04-arm64
11+
runs-on: ubuntu-24.04-arm
1212
steps:
1313
- name: Checkout git repo
1414
uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
3838
# Job 2: armv7lのビルド
3939
build-armv7l:
40-
runs-on: ubuntu-24.04-arm64
40+
runs-on: ubuntu-24.04-arm
4141
steps:
4242
- name: Checkout repository
4343
uses: actions/checkout@v4

0 commit comments

Comments
 (0)