From 062d37f297af8b57dc66a798dd4cf69ac171dca9 Mon Sep 17 00:00:00 2001 From: Michael Loukeris Date: Sun, 29 Sep 2024 23:45:22 +0300 Subject: [PATCH] Use macos-latest-xlarge as runner arch --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7515766..193824d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ permissions: jobs: build-release: name: Build artifacts - runs-on: ubuntu-latest + runs-on: macos-latest-xlarge container: image: docker.io/batonogov/pyinstaller-linux:latest steps: