From dae23b5fe926e96581c0cce5686ec1a281ab0941 Mon Sep 17 00:00:00 2001 From: eureka-cpu Date: Wed, 11 Dec 2024 13:05:45 -0800 Subject: [PATCH] Add ubuntu-latest-m to integration test action --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 3a136b9..e9dc13e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -13,7 +13,7 @@ permissions: read-all jobs: integration-tests: name: Setup Toolchain and Test - runs-on: ubuntu-latest + runs-on: ubuntu-latest-m permissions: contents: "read" steps: