From f19339419b1a8751118356ad5eff4592b3d2e5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Sat, 3 Aug 2024 12:55:42 +0200 Subject: [PATCH] ci: use latest version of macOS instead of 11.0 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fac0a0a..347cec9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-11.0 + - macos-latest - windows-latest python_version: - '3.8' @@ -31,7 +31,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python_version }} - architecture: x64 +# architecture: x64 - name: Prepare environment run: |