mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 10:41:21 +00:00
ci(test): remove runs on matrix OSs in the test-package
job (#116)
This commit is contained in:
parent
c4d2902c63
commit
3d7ddb3fa0
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -7,11 +7,7 @@ on:
|
||||
jobs:
|
||||
test-package:
|
||||
name: Test Package
|
||||
runs-on: ${{ matrix.os }}-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows, ubuntu, macos]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
Loading…
Reference in New Issue
Block a user