Skip to content

Commit

Permalink
Fix macos CI pipeline invocation (angr#4045)
Browse files Browse the repository at this point in the history
* Fix macos pipeline invocation

* Remove testing bit
  • Loading branch information
twizmwazin authored Jul 27, 2023
1 parent e920596 commit ea6a25b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test on Windows and macOS
name: Test on macOS

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
nightly: true
secrets: inherit
macos:
uses: ./macos.yml
uses: ./.github/workflows/macos.yml

0 comments on commit ea6a25b

Please sign in to comment.