Skip to content

Commit

Permalink
Rename GitHub Actions MacOS compile test
Browse files Browse the repository at this point in the history
The Ubuntu and MacOS compile tests were using the same label.  This
patch changes the MacOS label to a unique name.
  • Loading branch information
marshallward committed Apr 5, 2024
1 parent a051e0d commit abca8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: MacOS Compilation Test
on: [push, pull_request]

jobs:
compile:

compile-macos:
runs-on: macOS-latest

env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Compile test
on: [push, pull_request]

jobs:
compile:

compile-linux:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit abca8b7

Please sign in to comment.