Skip to content

Commit

Permalink
Problem: release workflow don't build x86 mac
Browse files Browse the repository at this point in the history
Because macos-latest becomes M1 mac now.

Solution:
- update runner
  • Loading branch information
yihuang committed May 3, 2024
1 parent cc44b30 commit 0e88d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
needs: ["release"]
strategy:
matrix:
runner: [macos-latest, macos-14]
runner: [macos-13, macos-14]
runs-on: ${{ matrix.runner }}
environment: release
steps:
Expand Down

0 comments on commit 0e88d49

Please sign in to comment.