From 18716e736285a420a98c28db37366b386fb1934e Mon Sep 17 00:00:00 2001 From: aristocratos Date: Mon, 24 Jun 2024 17:45:56 +0200 Subject: [PATCH] Removed macos-14 for now due to XCode bug when compiling with gcc --- .github/workflows/continuous-build-macos.yml | 23 -------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/continuous-build-macos.yml b/.github/workflows/continuous-build-macos.yml index 511c706..2ea27ce 100644 --- a/.github/workflows/continuous-build-macos.yml +++ b/.github/workflows/continuous-build-macos.yml @@ -73,26 +73,3 @@ jobs: with: name: btop-x86_64-macos13-Ventura path: 'bin/*' - - build-macos14: - runs-on: macos-14 - steps: - - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: latest-stable - - - uses: actions/checkout@v3 - with: - submodules: recursive - - - name: Compile - run: | - make CXX=g++-12 ARCH=x86_64 STATIC=true STRIP=true - GIT_HASH=$(git rev-parse --short "$GITHUB_SHA") - mv bin/btop bin/btop-x86_64-Sonoma-$GIT_HASH - ls -alh bin - - - uses: actions/upload-artifact@v3 - with: - name: btop-x86_64-macos14-Sonoma - path: 'bin/*' \ No newline at end of file