Skip to content

Commit

Permalink
Removed macos-14 for now due to XCode bug when compiling with gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Jun 24, 2024
1 parent b9ac360 commit 18716e7
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/continuous-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*'

0 comments on commit 18716e7

Please sign in to comment.