Skip to content

Commit

Permalink
re-enable osx builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Aug 28, 2024
1 parent f24d938 commit 24cc55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Bulk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
build-osx:
name: Bulk OSX-64 Builds
if: "contains(github.event.head_commit.message, '[ci run NEVER]')"
if: "contains(github.event.head_commit.message, '[ci run]')"
runs-on: macos-13
strategy:
fail-fast: false
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
build-osx-arm:
name: Bulk OSX-ARM64 Builds
if: "contains(github.event.head_commit.message, '[ci run NEVER]')"
if: "contains(github.event.head_commit.message, '[ci run]')"
runs-on: macOS-14 # M1
strategy:
fail-fast: false
Expand Down

0 comments on commit 24cc55d

Please sign in to comment.