diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 58e19c66c2fa..1833131244ac 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -59,7 +59,7 @@ jobs: CC: cl test-native: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: amd64 Executable Tests steps: - uses: actions/checkout@v4 @@ -89,7 +89,7 @@ jobs: # verbose: true test-cross: # The host should always be linux - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: ${{ matrix.arch }} Executable Tests # Run steps on a matrix of 3 arch/distro combinations diff --git a/.github/workflows/makefile_uefi.yml b/.github/workflows/makefile_uefi.yml index 8699f5541eba..42cc3ad17a14 100644 --- a/.github/workflows/makefile_uefi.yml +++ b/.github/workflows/makefile_uefi.yml @@ -9,7 +9,7 @@ on: jobs: build: if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: Build using Makefile for UEFI steps: - uses: actions/checkout@v4