Skip to content

Commit

Permalink
ci: fix macos-x86-64-build workflow building ARM64 version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeflorist committed May 12, 2024
1 parent 514d8d1 commit 2942c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-x86-64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: macos-latest
runs-on: macos-13
permissions:
actions: write
steps:
Expand Down

0 comments on commit 2942c32

Please sign in to comment.