From c31998e365fb0df33f9a34b9c24d5525ee5398bd Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Mon, 29 Sep 2025 00:28:07 +0200 Subject: [PATCH] ci: bump github workflow to macOS 14.6 --- .github/workflows/per_commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/per_commit.yml b/.github/workflows/per_commit.yml index 403b61f73..0c7361cf9 100644 --- a/.github/workflows/per_commit.yml +++ b/.github/workflows/per_commit.yml @@ -157,7 +157,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-latest, macos-13 ] + os: [ macos-latest, macos-14 ] steps: - uses: actions/checkout@v4 - name: Install required packages