From fa8eba54c08136ac09a977ce4e8dde41692b42f2 Mon Sep 17 00:00:00 2001 From: Ardian Date: Thu, 8 Aug 2024 17:20:35 +0200 Subject: [PATCH] chore: use `macos-14` --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b4d5ea99..b764c9e9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -154,7 +154,7 @@ jobs: # $CMD service deploy --name '${{ vars.SERVICE_NAME }}' --service-dir $SERVICE_PATH --service-ipfs-hash $IPFS_HASH --ingress-enabled true --keys '${{ vars.SERVICE_KEYS }}' --timeout 320 build-macos-pyinstaller: - runs-on: macos-latest + runs-on: macos-14 strategy: matrix: arch: [ x86_64 ] @@ -206,5 +206,5 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - ./dist/trader_bin_x64 + ./dist/trader_bin_x86_64 # ./dist/trader_bin_arm64 \ No newline at end of file