diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 83925c80c5..673a07c520 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -16,7 +16,7 @@ jobs: BUILD_TYPE: ${{ matrix.RELEASE && 'RelWithDebInfo' || 'Debug' }} TEST_USE_ROCKSDB: ${{ matrix.BACKEND == 'rocksdb' && '1' || '0' }} DEADLINE_SCALE_FACTOR: ${{ matrix.BACKEND == 'rocksdb' && '2' || '1' }} - runs-on: macos-12 + runs-on: macos-13 if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - name: Checkout @@ -67,6 +67,7 @@ jobs: run: ../ci/tests/run-system-tests.sh working-directory: build + linux_test: name: Linux [${{ matrix.BACKEND }} | ${{ matrix.COMPILER }}] timeout-minutes: 90 @@ -139,6 +140,7 @@ jobs: run: ../ci/tests/run-qt-tests.sh working-directory: build + windows_test: name: Windows [${{ matrix.BACKEND }}] timeout-minutes: 150