Skip to content

Commit

Permalink
Bump macos runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Jan 30, 2024
1 parent d0bdc6b commit fe73f62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -139,6 +140,7 @@ jobs:
run: ../ci/tests/run-qt-tests.sh
working-directory: build


windows_test:
name: Windows [${{ matrix.BACKEND }}]
timeout-minutes: 150
Expand Down

0 comments on commit fe73f62

Please sign in to comment.