Skip to content

Commit

Permalink
wip10
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Oct 22, 2023
1 parent 1e2d389 commit 336703e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-13
- macos--latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Install MacOS Build Dependencies
if: ${{ matrix.os == 'macos-latest' }}
run: |
brew uninstall --ignore-dependencies gmp
brew uninstall --ignore-dependencies gmp nettle
brew install wxwidgets
- name: Install Windows Build Dependencies
if: ${{ matrix.os == 'windows-latest' }}
Expand Down

0 comments on commit 336703e

Please sign in to comment.