Skip to content

Commit

Permalink
fix macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed May 6, 2024
1 parent d75e7df commit b10f7db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
java: 21
jobtype: 2
- os: macos-latest
java: 8
java: 11
jobtype: 2
- os: windows-latest
java: 8
Expand All @@ -42,6 +42,8 @@ jobs:
distribution: temurin
java-version: "${{ matrix.java }}"
cache: sbt
- if: ${{ matrix.os == 'macos-latest' }}
run: brew install sbt
- name: Build and test (1)
if: ${{ matrix.jobtype == 1 }}
shell: bash
Expand Down

0 comments on commit b10f7db

Please sign in to comment.