Skip to content

Commit 41c5143

Browse files
committed
ci: fancy new runners
1 parent b8f55b4 commit 41c5143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

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

88
jobs:
99
build-amd64:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
env:
1212
IMAGE_NAME: mikanbot
1313

@@ -36,7 +36,7 @@ jobs:
3636
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
3737
3838
build-arm64:
39-
runs-on: ubuntu-latest
39+
runs-on: ubuntu-24.04-arm
4040
env:
4141
IMAGE_NAME: mikanbot
4242

0 commit comments

Comments
 (0)