diff --git a/.github/workflows/twister.yaml b/.github/workflows/twister.yaml index 4b414a7c9b48d..6e1384c5a477b 100644 --- a/.github/workflows/twister.yaml +++ b/.github/workflows/twister.yaml @@ -19,8 +19,7 @@ concurrency: jobs: twister-build-prep: - if: github.repository_owner == 'zephyrproject-rtos' - runs-on: zephyr-runner-linux-x64-4xlarge + runs-on: ubuntu-latest container: image: ghcr.io/zephyrproject-rtos/ci:v0.26.4 options: '--entrypoint /bin/bash' @@ -116,7 +115,7 @@ jobs: echo "fullrun=${TWISTER_FULL}" >> $GITHUB_OUTPUT twister-build: - runs-on: zephyr-runner-linux-x64-4xlarge + runs-on: ubuntu-latest needs: twister-build-prep if: needs.twister-build-prep.outputs.size != 0 container: diff --git a/samples/hello_world/CMakeLists.txt b/samples/hello_world/CMakeLists.txt index ecb7d24bb8ff7..9aff639811a47 100644 --- a/samples/hello_world/CMakeLists.txt +++ b/samples/hello_world/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.20.0)