From 2629451ec15fbc9eddc6eac798249737c59b39a7 Mon Sep 17 00:00:00 2001 From: Abdul Fatir Ansari Date: Fri, 5 Apr 2024 18:38:41 +0200 Subject: [PATCH] Fix CI --- .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 c6eacf9..e29ac4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: python-version: ["3.11"] - platform: [ubuntu-latest] + platform: [macos-14] runs-on: ${{ matrix.platform }}