From 0b39e1ffd28d8cd29ec5b75c1e44b79b7cda0660 Mon Sep 17 00:00:00 2001 From: Tarrence van As Date: Thu, 12 Oct 2023 08:58:03 -0400 Subject: [PATCH] Use default runner for release jobs --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46d5334..7356f49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,11 +75,11 @@ jobs: # The target is used by Cargo # The arch is either 386, arm64 or amd64 # The svm target platform to use for the binary https://github.com/roynalnaruto/svm-rs/blob/84cbe0ac705becabdc13168bae28a45ad2299749/svm-builds/build.rs#L4-L24 - - os: ubuntu-latest-32-cores + - os: ubuntu-latest platform: linux target: x86_64-unknown-linux-gnu arch: amd64 - - os: ubuntu-latest-32-cores + - os: ubuntu-latest platform: linux target: aarch64-unknown-linux-gnu arch: arm64 @@ -205,7 +205,7 @@ jobs: docker-build-and-push: name: Build and push Docker image - runs-on: ubuntu-latest-32-cores + runs-on: ubuntu-latest needs: prepare steps: