From f3798e201e087863d45aa8acacdb7d647b2277e7 Mon Sep 17 00:00:00 2001 From: Chrissy LeMaire Date: Tue, 10 Oct 2023 17:36:49 +0200 Subject: [PATCH] remove arm64, sql containerno longer supported --- .github/workflows/gallery.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gallery.yml b/.github/workflows/gallery.yml index 53933e40d9..4ac6b8c83e 100644 --- a/.github/workflows/gallery.yml +++ b/.github/workflows/gallery.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, arm64] + os: [ubuntu-latest] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 7c12604ba1..2d83f97a1d 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, arm64] + os: [ubuntu-latest] steps: - uses: actions/checkout@v3