From d92796b7fbb4d11e3a7d9df317d21487b4ab1344 Mon Sep 17 00:00:00 2001 From: Sergei Winitzki Date: Sun, 26 May 2024 19:56:28 +0200 Subject: [PATCH] use macos-14-latest --- .github/workflows/main.yml | 2 +- .mergify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ecdb6db1..e248d7a1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: - - runner: 'macOS-latest-large' + - runner: 'macos-14-large' archive-command: 'tar --create --bzip2 --file' file-extension: 'tar.bz2' executable-extension: '' diff --git a/.mergify.yml b/.mergify.yml index 756724125..0acb8d4ef 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -4,7 +4,7 @@ queue_rules: - check-success=hydra # Mergify explicitly recommends listing each status check separately: # https://docs.mergify.io/conditions/#validating-all-status-checks - - check-success=macOS-latest-large - stack.yaml + - check-success=macos-14-large - stack.yaml - check-success=ubuntu-latest - stack.yaml - check-success=windows-latest - stack.yaml pull_request_rules: