Skip to content

Commit

Permalink
change mac CI for PageEdit to macos-12 to prevent arm64-x86_64 mixing…
Browse files Browse the repository at this point in the history
… [deploy]
  • Loading branch information
kevinhendricks committed May 2, 2024
1 parent e5baef4 commit 1265fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: macos-latest
runs-on: macos-12

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1265fe1

Please sign in to comment.