From 43afa323f57a6ee3436af14993b86fdceb9d1c9f Mon Sep 17 00:00:00 2001 From: smk762 Date: Thu, 12 Oct 2023 15:20:54 +0800 Subject: [PATCH] try macos12 --- .github/workflows/atomicdex-desktop-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/atomicdex-desktop-ci.yml b/.github/workflows/atomicdex-desktop-ci.yml index 7a61079109..c100e2a34d 100644 --- a/.github/workflows/atomicdex-desktop-ci.yml +++ b/.github/workflows/atomicdex-desktop-ci.yml @@ -55,13 +55,13 @@ jobs: host: 'linux' - name: osx-release - os: macos-11 + os: macos-12 qt: '5.15.2' type: 'Release' host: 'mac' - name: osx-debug - os: macos-11 + os: macos-12 qt: '5.15.2' type: 'Debug' host: 'mac'