Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Dec 16, 2024
1 parent 7a18e68 commit 1c82d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
distribution: 'adopt'


- name: Install SVN on macos-latest
if: ${{ matrix.runs-on == 'macos-latest' }}
- name: Install SVN on macos
if: ${{ matrix.runs-on == 'macos-latest' || matrix.runs-on == 'macos-latest' }}
run: |
brew install subversion
Expand Down

0 comments on commit 1c82d34

Please sign in to comment.