Skip to content

Commit

Permalink
it happened
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Jan 17, 2025
1 parent ac44dc9 commit 4f1b165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build_amd64:
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]

Expand All @@ -27,7 +27,7 @@ jobs:
path: build/builds/amd64/

build_arm64:
runs-on: buildjet-4vcpu-ubuntu-2204-arm
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/[email protected]

Expand Down

0 comments on commit 4f1b165

Please sign in to comment.