fix(github): move back to github runners
This commit is contained in:
parent
d884679963
commit
0adb56cec3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/assets.yaml
vendored
4
.github/workflows/assets.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue