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'