Skip to content

Commit

Permalink
Fix CI/CD on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed May 26, 2024
1 parent c02ef68 commit 2b9a4bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ on:
jobs:
build-darwin:
name: Build MacOS executable
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Install Conan
run: pip3 install conan==2.0.10
run: pip3 install --break-system-packages conan==2.0.10

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Install Conan
run: pip3 install conan==2.0.10
run: pip3 install --break-system-packages conan==2.0.10

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
test-darwin:
name: Test on Darwin
runs-on: macos-latest
runs-on: macos-13
strategy:
matrix:
case:
Expand Down

0 comments on commit 2b9a4bf

Please # to comment.