Skip to content

Commit

Permalink
chore: use macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Aug 8, 2024
1 parent 6444f72 commit fa8eba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down Expand Up @@ -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

0 comments on commit fa8eba5

Please sign in to comment.