From 0f9f8dd294bd9beddeec1cd0d3a52ff84626e5c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Fri, 25 Oct 2024 17:52:06 +0200 Subject: [PATCH] Fix CI on macOS --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14cb9f3..eb6b425 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: - name: Install brew dependencies (macOS) if: runner.os == 'macOS' run: | - brew install python@3.8 + brew install python@3 - name: Install Xcode (macOS) if: runner.os == 'macOS'