Skip to content

Commit 044cfc8

Browse files
committed
Only run CI on ubuntu
1 parent b9a9fbd commit 044cfc8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -304,12 +304,7 @@ jobs:
304304
defaults:
305305
run:
306306
shell: bash -eou pipefail {0}
307-
runs-on: ${{ matrix.os }}
308-
strategy:
309-
fail-fast: false
310-
matrix:
311-
# Separate out macOS 13 and 14, since macOS 14 is arm64 only
312-
os: [ubuntu-22.04, macOS-13, macOS-14, windows-latest]
307+
runs-on: ubuntu-22.04
313308

314309
timeout-minutes: 90
315310

0 commit comments

Comments
 (0)