diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16ba705..38175d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,8 +15,7 @@ env: jobs: build_version: - #runs-on: ubuntu-latest - runs-on: [self-hosted, Linux, X64] + runs-on: ubuntu-latest outputs: version: ${{ steps.version.outputs.version }} @@ -34,8 +33,7 @@ jobs: fi build: - #runs-on: ubuntu-latest - runs-on: [self-hosted, Linux, X64] + runs-on: ubuntu-latest needs: build_version strategy: fail-fast: false # continues with matrix even if an element fails @@ -72,8 +70,7 @@ jobs: upload_to_release: # when tag is created if: ${{ github.event_name == 'release' }} - #runs-on: ubuntu-latest - runs-on: [self-hosted, Linux, X64] + runs-on: ubuntu-latest needs: [build_version, build] strategy: fail-fast: false # continues with matrix even if an element fails diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b38b422..14287d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: release: - runs-on: [self-hosted, Linux, X64] + runs-on: ubuntu-latest steps: diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index a8beb2b..d133b05 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -17,7 +17,6 @@ jobs: build: name: Build runs-on: ubuntu-22.04 - #runs-on: [self-hosted, Linux, X64] env: BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed steps: