From a822b5ebbdcccb831512d38e666945ad9a5f03bd Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Sat, 28 Dec 2024 14:55:53 -0800 Subject: [PATCH] Test only on ubuntu and py3.12 --- .../.github/workflows/build-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_name}}/.github/workflows/build-pipeline.yml b/{{cookiecutter.project_name}}/.github/workflows/build-pipeline.yml index 7a2a7bb..0855235 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/build-pipeline.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/build-pipeline.yml @@ -13,8 +13,8 @@ jobs: PYTHONIOENCODING: "utf8" strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.9"] + os: [ubuntu-latest] + python-version: ["3.12"] steps: - uses: actions/checkout@v4