From c63ad50e94eb37933e8a7038dea432a151b818f3 Mon Sep 17 00:00:00 2001 From: Ruslan Sayfutdinov Date: Wed, 13 Nov 2024 18:11:56 +0000 Subject: [PATCH] chore: Use newer Linux and Mac Github runners --- .github/workflows/installer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index cb91334cbb6..914ae25caaf 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -49,7 +49,7 @@ jobs: strategy: matrix: os: - - macos-13 + - macos-15 - ubuntu-20.04 #- windows-2022 # fails with "debug http_download_curl received HTTP status 000" needs: changes @@ -75,7 +75,7 @@ jobs: strategy: matrix: os: - - macos-13 + - macos-15 - ubuntu-20.04 - windows-2022 needs: changes