Skip to content

Commit

Permalink
workflows: switch from ubuntu-latest-4cores-16gb to ubuntu-latest
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Oct 10, 2024
1 parent a5f6f91 commit 39ae46d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
strategy:
matrix:
runner:
- {name: "ubuntu-latest-4cores-16gb", arch: "amd64"}
- {name: "ubuntu-latest", arch: "amd64"}
- {name: "actuated-arm64-4cpu-16gb", arch: "arm64"}
uses: ./.github/workflows/buildx-stage.yaml
secrets: inherit
Expand All @@ -179,7 +179,7 @@ jobs:
strategy:
matrix:
runner:
- {name: "ubuntu-latest-4cores-16gb", arch: "amd64"}
- {name: "ubuntu-latest", arch: "amd64"}
- {name: "actuated-arm64-4cpu-16gb", arch: "arm64"}
uses: ./.github/workflows/buildx-stage.yaml
secrets: inherit
Expand All @@ -205,7 +205,7 @@ jobs:
matrix:
kernel: ${{ fromJSON(needs.conf.outputs.kvers) }}
runner:
- {name: "ubuntu-latest-4cores-16gb", arch: "amd64"}
- {name: "ubuntu-latest", arch: "amd64"}
- {name: "actuated-arm64-4cpu-16gb", arch: "arm64"}
exclude:
- runner: {name: "actuated-arm64-4cpu-16gb", arch: "arm64"}
Expand Down

0 comments on commit 39ae46d

Please sign in to comment.