fix(github): move back to github runners

This commit is contained in:
Steven Kreitzer 2024-09-23 10:39:18 -05:00
parent d884679963
commit 0adb56cec3
No known key found for this signature in database
GPG key ID: 76F902141A05C232

View file

@ -65,7 +65,7 @@ jobs:
needs: [ check-releases ]
if: needs.check-releases.outputs.newTalosReleaseFound || github.event_name == 'workflow_dispatch'
name: Build kernel image
runs-on: buildjet-64vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- name: Get pkgs release tag
@ -124,7 +124,7 @@ jobs:
needs: [ check-releases, build-kernel ]
if: needs.check-releases.outputs.newTalosReleaseFound || github.event_name == 'workflow_dispatch'
name: Build installer image
runs-on: buildjet-64vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- name: Checkout