Move build to "oci-builder" runners
This commit is contained in:
parent
1df3970702
commit
4cafb47380
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ on:
|
||||||
- cron: '0 5 * * *'
|
- cron: '0 5 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
build-kde:
|
build-kde:
|
||||||
runs-on: shell
|
runs-on: oci-builder
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: cd ${{ env.GITHUB_WORKSPACE }}
|
- run: cd ${{ env.GITHUB_WORKSPACE }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue