From ce39fb667562fb168b2b65c61d3c51ece55772db Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:20:10 +0200 Subject: [PATCH] Update publish-nym-binaries.yml --- .github/workflows/publish-nym-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-nym-binaries.yml b/.github/workflows/publish-nym-binaries.yml index e2f4c2463f..0a15eb2717 100644 --- a/.github/workflows/publish-nym-binaries.yml +++ b/.github/workflows/publish-nym-binaries.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-22.04 + - os: arc-ubuntu-22.04 target: x86_64-unknown-linux-gnu runs-on: ${{ matrix.os }}