Skip to content

Commit

Permalink
chore: Improve the comments in the build.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Oct 26, 2023
1 parent 6ade991 commit ce0cc55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ on:
# This job performs all necessary checks
jobs:
build:
# Use the latest version of Ubuntu on MacOS and Windows
# Use the latest version of Ubuntu, MacOS, and Windows
# Use the latest and most stable version of Python
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit ce0cc55

Please sign in to comment.