Skip to content

Commit

Permalink
test: gha
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 23, 2024
1 parent c0b9d6a commit ba98a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/baboon-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'sbt'
native-image-job-reports: true
- if: matrix.os == 'macos-14'
- if: startsWith( matrix.os, 'macos' )
run: |
brew install sbt
- name: Run tests
Expand Down

0 comments on commit ba98a96

Please sign in to comment.