From 32cffed36b24e8b5a1479ebb4275eb638be39b0d Mon Sep 17 00:00:00 2001 From: Lawrence Stalder Date: Fri, 13 Mar 2026 14:16:42 +0100 Subject: [PATCH] Change runner from ubuntu-latest to arc-linux-latest --- .github/workflows/nym-api-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nym-api-integration-tests.yml b/.github/workflows/nym-api-integration-tests.yml index 51c7f12bdc..7ed251a013 100644 --- a/.github/workflows/nym-api-integration-tests.yml +++ b/.github/workflows/nym-api-integration-tests.yml @@ -9,7 +9,7 @@ on: jobs: integration-tests: - runs-on: ubuntu-latest + runs-on: arc-linux-latest env: API_BASE_URL: http://localhost:8000