From 78945bc206cea2513186fe6e3bfdcf742ae37f37 Mon Sep 17 00:00:00 2001 From: Outvi V Date: Fri, 26 Jan 2024 22:19:30 +0800 Subject: [PATCH] ci: enlarge the test scope --- .github/workflows/test.yml | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 390bb56..14d434c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,14 @@ jobs: test_simple: strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04] + os: + - ubuntu-20.04 + - ubuntu-22.04 + - macos-13 + - macos-12 + - macos-11 + - window-2022 + - windows-2019 name: "Test: Simple" runs-on: ${{ matrix.os }} steps: @@ -26,7 +33,14 @@ jobs: test_filename: strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04] + os: + - ubuntu-20.04 + - ubuntu-22.04 + - macos-13 + - macos-12 + - macos-11 + - window-2022 + - windows-2019 name: "Test: With the filename" runs-on: ${{ matrix.os }} steps: @@ -46,7 +60,14 @@ jobs: test_output_filename: strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04] + os: + - ubuntu-20.04 + - ubuntu-22.04 + - macos-13 + - macos-12 + - macos-11 + - window-2022 + - windows-2019 name: "Test: Check the output filename" runs-on: ${{ matrix.os }} steps: