From 41bfc9bafc2e4db6fe04805faf5c30b8d3e0c5d6 Mon Sep 17 00:00:00 2001 From: tarepan Date: Fri, 23 Feb 2024 12:06:40 +0000 Subject: [PATCH] =?UTF-8?q?refactor:=20MacOS=20=E3=83=86=E3=82=B9=E3=83=88?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3666063d5..3dfeb478c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-latest] # [ubuntu-20.04, macos-latest, windows-latest] + os: [ubuntu-20.04, macos-latest, windows-latest] python: ["3.11.3"] steps: