From 6bceb877f22e0e1689a34e4f17c1d16ec1170b5c Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 6 Aug 2024 23:05:20 -0500 Subject: Give up on macOS too Signed-off-by: Matt Strapp --- .github/workflows/c.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/c.yml') diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml index 6bce3d0..62ade26 100644 --- a/.github/workflows/c.yml +++ b/.github/workflows/c.yml @@ -19,8 +19,8 @@ jobs: strategy: fail-fast: false matrix: - # TODO: Add Windows support - os: [ubuntu-latest, macos-latest] + # TODO: Add Windows and macOS support + os: [ubuntu-latest] steps: - name: Checkout repository uses: actions/checkout@v4 @@ -37,7 +37,7 @@ jobs: - name: Run Autoconf run: autoreconf -fi - name: Configure - run: ./configure --disable-static + run: ./configure - name: Build run: make -- cgit v1.2.3