Skip to content

Commit

Permalink
Back to debugging MacOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 29, 2024
1 parent 6db8100 commit 8c92fc6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ concurrency:

jobs:
build:
# runs-on: macos-latest
runs-on: macos-12
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Remove existing links
Expand All @@ -31,6 +30,12 @@ jobs:
- name: Install gcc
run: |
brew install gcc
- name: debug0
run: |
ls /opt/homebrew/lib/
- name: debug1
run: |
ls /usr/local/lib
- name: Install nlohmann-json
run: |
brew install nlohmann-json
Expand Down

0 comments on commit 8c92fc6

Please sign in to comment.