Skip to content

Commit

Permalink
Add macOS 13 & 15 builds and drop 12
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Oct 16, 2024
1 parent 332496b commit 66f1888
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,29 +156,14 @@ jobs:
name: 'fvcbm-linux-arm'
path: fvcbm

osx-12-x86_64:
name: 'macOS 12 on x86_64'
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: 'Compile with gcc on x86_64'
run: make linux
- name: 'Run tests with gcc on x86_64'
run: make test
- name: 'Compile fat binary with gcc on x86_64'
run: make clean && make linux LINUX_CC=cc LINUX_CFLAGS='-O2 -DUNIX -arch arm64 -arch x86_64'
- name: 'Run tests with fat binary with gcc on x86_64'
run: make test
- name: 'Strip binary'
run: strip fvcbm
- uses: actions/upload-artifact@v4
with:
name: 'fvcbm-macos'
path: fvcbm

osx-14-aarch64:
name: 'macOS 14 on aarch64'
runs-on: macos-14
osx:
strategy:
fail-fast: false
matrix:
build:
- runs-on: macos-13
- runs-on: macos-14
- runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: 'Compile with gcc on aarch64'
Expand Down

0 comments on commit 66f1888

Please sign in to comment.