Skip to content

Commit

Permalink
macos
Browse files Browse the repository at this point in the history
  • Loading branch information
chipitsine committed Oct 25, 2024
1 parent e72afd6 commit 84dfac2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on: [ push, pull_request, workflow_dispatch ]

permissions:
contents: read

jobs:
Test:
strategy:
matrix:
cc: [ gcc, clang ]
fail-fast: false
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: configure
run: |
autoreconf -iv
./configure
- name: build
run: |
make

0 comments on commit 84dfac2

Please sign in to comment.