Skip to content

Commit

Permalink
Merge branch 'master' into sean/deps-update
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmiddleditch authored Jun 16, 2024
2 parents 560035e + 20f2a49 commit 925b46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
image: [ 'windows-latest', 'ubuntu-latest', 'macos-latest' ]
version: [ '1.9.0', '1.10.2' ]
version: [ '1.9.0', '1.10.2', '1.11.1' ]

steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Supports Windows, Linux, and macOS.

Inputs:

- `version`: Version of ninja to install (default: 1.10.2)
- `version`: Version of ninja to install (default: 1.11.1)
- `platform`: Override platform detection logic
- `destination`: Target directory for download, added to `PATH`
(default: `${GITHUB_WORKSPACE}/ninja-build`)
Expand Down

0 comments on commit 925b46f

Please sign in to comment.