Run test build only on ubuntu-latest

It is unnecessary to test this on several OS. This is done by the actual action tests in other jobs.
This commit is contained in:
Kevin Stillhammer 2024-09-06 09:11:38 +02:00
parent 663d8f7082
commit 5f8b34fc82
No known key found for this signature in database

View file

@ -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: