From 178d6e41abc9749b9581ac699b554b3ad1a81b8f Mon Sep 17 00:00:00 2001 From: friendseeker <66892505+Friendseeker@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:32:42 -0700 Subject: [PATCH] Test commit to determine prevalence of CI failure --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}