From fe642d27e87bc238915b8f5d70bbba6c33d0208b Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Wed, 3 Jul 2024 15:44:35 +0200 Subject: [PATCH] [CI] use macos-13 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2b20694..6e2161c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-latest, windows-latest, ubuntu-latest ] + os: [ macos-13, windows-latest, ubuntu-latest ] arch: [ x64 ] steps: