revert runs-on

This commit is contained in:
Amruth Pillai
2024-05-03 21:48:28 +02:00
parent 32b8407b1a
commit ac9b280bd5

View File

@ -15,7 +15,7 @@ env:
jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
outputs:
version: ${{ steps.version.outputs.version }}
@ -95,7 +95,7 @@ jobs:
retention-days: 1
merge:
runs-on: self-hosted
runs-on: ubuntu-latest
needs:
- build