mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-22 19:41:20 +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:
|
jobs:
|
||||||
test-package:
|
test-package:
|
||||||
name: Test Package
|
name: Test Package
|
||||||
runs-on: ${{ matrix.os }}-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
os: [windows, ubuntu, macos]
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user