Skip to content

Commit

Permalink
ci: remove macos from CI yaml file
Browse files Browse the repository at this point in the history
MacOS is not supported by this library.

Signed-off-by: Pablo de Lara <[email protected]>
  • Loading branch information
pablodelara authored and mdcornu committed Apr 29, 2024
1 parent d928737 commit 17be622
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
assembler:
- nasm
runs-on: ${{ matrix.os }}
Expand All @@ -44,9 +43,6 @@ jobs:
- name: Install build dependencies (Linux)
run: sudo apt install ${{ matrix.assembler }}
if: runner.os == 'Linux'
- name: Install build dependencies (Macos)
run: brew install ${{ matrix.assembler }} automake autoconf coreutils libtool
if: runner.os == 'macOS'
- name: Build
run: |
./autogen.sh
Expand Down

0 comments on commit 17be622

Please sign in to comment.