From b498ab17d25ac563a7c0428d287b1cef42205827 Mon Sep 17 00:00:00 2001 From: fubuloubu <3859395+fubuloubu@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:32:23 -0400 Subject: [PATCH] chore: move macos image back to latest --- .github/workflows/test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b38584e..b3c148f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -59,9 +59,7 @@ jobs: strategy: matrix: - # TODO: Replace with macos-latest when works again. - # https://github.com/actions/setup-python/issues/808 - os: [ubuntu-latest, macos-12] # eventually add `windows-latest` + os: [ubuntu-latest, macos-latest] # eventually add `windows-latest` python-version: ["3.9", "3.10", "3.11", "3.12"] safe-version: ["1.3.0"]