Skip to content

Commit 5ccc32b

Browse files
committed
Only run CI on ubuntu
1 parent b9a9fbd commit 5ccc32b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/unit-tests.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -351,12 +351,7 @@ jobs:
351351
defaults:
352352
run:
353353
shell: bash -eou pipefail {0}
354-
runs-on: ${{ matrix.os }}
355-
strategy:
356-
fail-fast: false
357-
matrix:
358-
# Separate out macOS 13 and 14, since macOS 14 is arm64 only
359-
os: [ubuntu-22.04, macOS-13, macOS-14]
354+
runs-on: ubuntu-22.04
360355

361356
timeout-minutes: 90
362357

0 commit comments

Comments
 (0)