Skip to content

Commit

Permalink
Problem: release workflow don't build x86 mac (backport #1423)
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 9900483 commit 149a90a
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 149a90a

Please sign in to comment.