From 79643936e14ee5eddce85e1345b2af1c47105281 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Fri, 6 Sep 2024 09:19:26 +0200 Subject: [PATCH] Run test build only on ubuntu-latest (#51) It is unnecessary to test this on several OS. This is done by the actual action tests in other jobs. --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 528916a..3eda544 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,10 +11,7 @@ concurrency: jobs: build: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest, macos-latest, macos-14, oracle-aarch64] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -81,7 +78,6 @@ jobs: uses: ./ - run: uv sync working-directory: __tests__/fixtures/uv-project - test-uvx: runs-on: ubuntu-latest steps: