From 3722c8c2eb4ecb512084a36edb77dfe59468311e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Thu, 25 Apr 2024 11:31:35 +0200 Subject: [PATCH] use macos-12 instead of macos-latest in github action --- .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 65e10fbe..7b2f9532 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: os: [ubuntu-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: - - os: macos-latest + - os: macos-12 python-version: "3.10" steps: