From 78868fba683e5cda3688c78f95798551167587c4 Mon Sep 17 00:00:00 2001 From: Evgeny Semenov Date: Tue, 23 Jan 2024 13:47:41 +0000 Subject: [PATCH] Explicitly set the environment version to exlude extra build errors The purpose of this commit is to provide predictable behaviour for the build process. It is necessary because another project (https://github.com/foss-for-synopsys-dwc-arc-processors/linux) also depends on this CI. The environment version can be changed later as the project progresses, but don't forget to change the dependent projects too. Signed-off-by: Evgeny Semenov --- .github/workflows/build-release.yml | 2 +- .github/workflows/build-toolchains.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 4c94106..9242212 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -53,7 +53,7 @@ jobs: create-release: needs: toolchains - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout sources uses: actions/checkout@v2 diff --git a/.github/workflows/build-toolchains.yml b/.github/workflows/build-toolchains.yml index 9962d7b..4e7be6b 100644 --- a/.github/workflows/build-toolchains.yml +++ b/.github/workflows/build-toolchains.yml @@ -45,7 +45,7 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false