diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a36e73a74..bf29941dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-latest + - os: macos-latest java: 8 jobtype: 1 - os: ubuntu-latest @@ -74,7 +74,7 @@ jobs: run: | sbt -v -Dfile.encoding=UTF-8 "-Dbenchmark.pattern=.*AnalysisFormatBenchmark.*" "runBenchmarks" - name: Checkout Target Branch (4-6) - if: ${{ github.event_name == 'pull_request' && (matrix.jobtype >= 4 || matrix.jobtype <= 6) }} + if: ${{ github.event_name == 'pull_request' && (matrix.jobtype >= 4 && matrix.jobtype <= 6) }} uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.base.ref }}