Skip to content

Commit

Permalink
Merge pull request #6 from V-Sekai-fire/enable-macos
Browse files Browse the repository at this point in the history
Update libriscv for mac support.
  • Loading branch information
fwsGonzo authored Jul 6, 2024
2 parents 3477d51 + 74b8b48 commit b7d4f91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths-ignore:
- ".gitignore"
- "*.md"
pull_request:

jobs:
build:
Expand All @@ -13,9 +14,8 @@ jobs:
matrix:
build_type: ["Debug", "Release"]
config:
# - { name: "🍏 macOS Clang", os: macos-latest }
- { name: "🍏 macOS Clang", os: macos-latest }
- { name: "🐧 Linux GCC", os: ubuntu-latest }
- { name: "🪟 Windows MSVC", os: windows-latest }

name: 🛠 Build / ${{ matrix.config.name }} (${{ matrix.build_type }})
runs-on: ${{ matrix.config.os }}
Expand Down
2 changes: 1 addition & 1 deletion libriscv

0 comments on commit b7d4f91

Please sign in to comment.