From 19c7d98352af24298b8e5177f406d692dc04b1e1 Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Mon, 23 Sep 2024 15:04:49 +0300 Subject: [PATCH] change OS to macos-latest --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8360272f..012b4f9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-13, macos-13-xlarge] + os: [ubuntu-latest, macos-latest] python-version: [3.11] steps: