Skip to content

Commit

Permalink
CI: Use GitHub ref name as branch for macOS
Browse files Browse the repository at this point in the history
Like what we did for Linux CI, so we could test other branches.
  • Loading branch information
AlynxZhou authored and aurelienpierre committed Dec 2, 2023
1 parent e12ba56 commit d8b9a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
generator:
- Ninja
branch:
- { code: master, label: stable }
- { code: "${{ github.ref_name }}", label: stable }
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.build.xcode }}.app/Contents/Developer
CC: ${{ matrix.compiler.CC }}
Expand Down

0 comments on commit d8b9a44

Please sign in to comment.