From f181411ec69812296989d9cc583826c22eec87ae Mon Sep 17 00:00:00 2001 From: tarepan Date: Sat, 24 Feb 2024 02:57:09 +0900 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86:=20MacOS=20=E3=83=86?= =?UTF-8?q?=E3=82=B9=E3=83=88=E8=BF=BD=E5=8A=A0=20(#1069)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refactor: MacOS テスト追加 --- .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: