Skip to content

Commit

Permalink
Rename profiles to reflect pipeline's os variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Jesus committed Aug 24, 2024
1 parent 2b123b9 commit 32ffdf6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,16 @@ jobs:
- {
name: "Ubuntu-gcc",
os: ubuntu-latest,
OS: "ubuntu",
compiler: "gcc"
}
- {
name: "macOs-clang",
os: macos-latest,
OS: "macos",
compiler: "clang"
}
- {
name: "Windows-msvc",
os: windows-2019,
OS: "win",
compiler: "msvc"
}
steps:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 32ffdf6

Please sign in to comment.