ci(test): remove runs on matrix OSs in the test-package job

This commit is contained in:
Alfi Maulana 2023-12-12 12:46:55 +07:00
parent c4d2902c63
commit 193c23da81
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

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