From 4d2ae449411e1ecc2c0a8ff16ff6a54d92cd8641 Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov Date: Thu, 27 Jun 2024 16:45:02 +0300 Subject: [PATCH] switch runners --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 3f2a853..39f3673 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -241,7 +241,7 @@ jobs: build_python: name: Build ${{ matrix.arch }} alpine ${{ matrix.version }} - python ${{ matrix.python }} base image needs: [init, build_alpine] - runs-on: ${{ vars.RUNNER }} + runs-on: ubuntu-latest permissions: contents: read id-token: write