Skip to content

Commit

Permalink
ci: bump up runners
Browse files Browse the repository at this point in the history
  • Loading branch information
natrad100 committed Aug 15, 2024
1 parent 8bd2897 commit c4f7b3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ jobs:
fail-fast: true
matrix:
job:
- runner: buildjet-2vcpu-ubuntu-2204
- runner: buildjet-8vcpu-ubuntu-2204
arch: amd64
ros_distro: iron
github_release: true
- runner: buildjet-8vcpu-ubuntu-2204-arm
- runner: buildjet-16vcpu-ubuntu-2204-arm
arch: arm64
ros_distro: iron
github_release: false
- runner: buildjet-2vcpu-ubuntu-2204
- runner: buildjet-8vcpu-ubuntu-2204
arch: amd64
ros_distro: jazzy
github_release: false
- runner: buildjet-8vcpu-ubuntu-2204-arm
- runner: buildjet-16vcpu-ubuntu-2204-arm
arch: arm64
ros_distro: jazzy
github_release: false
Expand Down

0 comments on commit c4f7b3b

Please sign in to comment.