Skip to content

Commit

Permalink
updating macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lemire committed Jan 3, 2025
1 parent f310eec commit c856379
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/macos_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ concurrency:
cancel-in-progress: true

jobs:
ubuntu-build:
macos-build:
runs-on: macos-latest
strategy:
matrix:
include:
shared: [ON, OFF]
strategy:
matrix:
include:
- shared: ON
- shared: OFF
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Prepare
Expand Down

0 comments on commit c856379

Please sign in to comment.