Skip to content

Commit

Permalink
ci: fancy new runners
Browse files Browse the repository at this point in the history
  • Loading branch information
maamokun committed Jan 27, 2025
1 parent b8f55b4 commit 41c5143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-amd64:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
IMAGE_NAME: mikanbot

Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
build-arm64:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
env:
IMAGE_NAME: mikanbot

Expand Down

0 comments on commit 41c5143

Please sign in to comment.