From 97c3eb83bc0909d3fc42f3263853a1eea352096e Mon Sep 17 00:00:00 2001 From: Olivier LDff Date: Sun, 28 Apr 2024 02:06:57 +0200 Subject: [PATCH] use macos 13 to have a x86_64 runner --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e89a7e3..6ace212a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,14 +15,14 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macOS-latest, windows-latest] + os: [ubuntu-latest, macOS-13, windows-latest] version: ['5.15.2'] include: - os: ubuntu-latest enable_icons: 'ON' - os: ubuntu-latest enable_icons: 'OFF' - - os: macOS-latest + - os: macOS-13 enable_icons: 'ON' - os: windows-latest enable_icons: 'ON'