From 4e6fc9b62c434c9d836d0588ae146b4687b71b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 19 Oct 2024 11:59:58 +0200 Subject: [PATCH] Add tests on macOS 14 in CI --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 626a6956..92455006 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,11 @@ jobs: build: - runs-on: ubuntu-22.04 strategy: matrix: + os: + - ubuntu-24.04 + - macos-14 python-version: - "3.7" - "3.8" @@ -18,6 +20,7 @@ jobs: - "3.10" name: Python ${{ matrix.python-version }} on ${{ matrix.os }} + runs-on: ${{ matrix.os }} steps: