Skip to content

Commit 8952ab5

Browse files
committed
Try again to fix mac workflow
1 parent 8afd6e0 commit 8952ab5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
jobs:
1212
build:
1313
strategy:
14-
fail-fast: false
1514
matrix:
1615
include:
1716
- runner: [runs-on, runner=32cpu-linux-x64, "run-id=${{ github.run_id }}"]
@@ -57,7 +56,7 @@ jobs:
5756
sudo apt-get -y install gcc-riscv64-unknown-elf
5857
5958
- name: Install riscv-tools
60-
if: matrix.runner == 'macos-13'
59+
if: matrix.os == 'macos'
6160
run: |
6261
brew tap riscv-software-src/riscv
6362
brew install riscv-tools

0 commit comments

Comments
 (0)