From d32dc24fe4ec38aedc657fe12648d3aecb0293f7 Mon Sep 17 00:00:00 2001 From: Stefan Janssen Date: Sun, 11 Aug 2024 15:12:55 +0200 Subject: [PATCH] include linux/arm --- .github/workflows/c-cpp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index f62128ef..4a63061a 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -23,6 +23,7 @@ jobs: # as of 21st Sep 2021, ubuntu-16.04 is no longer supported by github actions: https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021/ # 18.04 burnout: https://github.com/actions/runner-images/issues/6002 os: [ubuntu-20.04, ubuntu-22.04] + plattform: ["linux", "linux/amd64"] runs-on: ${{ matrix.os }} steps: - name: Update apt