diff --git a/.github/workflows/atomicdex-desktop-ci.yml b/.github/workflows/atomicdex-desktop-ci.yml index 2eefeb3fc1..40125bd937 100644 --- a/.github/workflows/atomicdex-desktop-ci.yml +++ b/.github/workflows/atomicdex-desktop-ci.yml @@ -30,9 +30,9 @@ jobs: matrix: name: [ ubuntu-release, - ubuntu-debug -# osx-release, -# osx-debug, + ubuntu-debug, + osx-release, + osx-debug # windows-release # windows-debug ] @@ -50,17 +50,17 @@ jobs: type: 'Debug' host: 'linux' -# - name: osx-release -# os: macos-12 -# qt: '5.15.2' -# type: 'Release' -# host: 'mac' + - name: osx-release + os: macos-12 + qt: '5.15.2' + type: 'Release' + host: 'mac' -# - name: osx-debug -# os: macos-12 -# qt: '5.15.2' -# type: 'Debug' -# host: 'mac' + - name: osx-debug + os: macos-12 + qt: '5.15.2' + type: 'Debug' + host: 'mac' # - name: windows-release # os: windows-2019 diff --git a/ci_tools_atomic_dex/ci_scripts/osx_script.sh b/ci_tools_atomic_dex/ci_scripts/osx_script.sh index 67e569b9f1..f0d6722b89 100755 --- a/ci_tools_atomic_dex/ci_scripts/osx_script.sh +++ b/ci_tools_atomic_dex/ci_scripts/osx_script.sh @@ -12,11 +12,8 @@ brew install autoconf \ gnu-sed \ coreutils \ libtool \ - gnu-getopt - -brew unlink python@3.12 -brew install llvm -brew link --overwrite python@3.12 + gnu-getopt \ + llvm pip3 install yq export CC=clang