Skip to content

Commit

Permalink
rename branch to main to use inclusive language
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Jan 17, 2022
1 parent 5b0049d commit 46bb7ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-ci.yml
Expand Up @@ -2,9 +2,9 @@ name: macOS CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion riscv-isa-sim.rb
Expand Up @@ -19,7 +19,7 @@ def install
mkdir "build"
cd "build" do
args = [
"--prefix=#{prefix}", "--with-target=../../riscv-pk/master/riscv64-unknown-elf"
"--prefix=#{prefix}", "--with-target=../../riscv-pk/main/riscv64-unknown-elf"
]
if build.with? "boost"
# This seems to be needed at least on macos/arm64
Expand Down

0 comments on commit 46bb7ad

Please sign in to comment.