Skip to content

Commit

Permalink
default to using zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Nov 28, 2024
1 parent aace66b commit e5ee7fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ concurrency:

jobs:
build:
name: Build Firedrake
name: Build Firedrake (macOS)
runs-on: [self-hosted, macOS]
# Only run this action if we are pushing to master or the PR is labelled "macOS"
if: ${{ (github.ref == 'refs/heads/master') || contains(github.event.pull_request.labels.*.name, 'macOS') }}
defaults:
run:
shell: zsh
env:
FIREDRAKE_CI_TESTS: 1 # needed to symlink the checked out branch into the venv
OMP_NUM_THREADS: 1
Expand Down

0 comments on commit e5ee7fe

Please sign in to comment.