Skip to content

Commit

Permalink
[CI] Update to Asciidoctor 2.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Mar 26, 2024
1 parent 0f26dfa commit ae28874
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ freebsd_build_task:
# - brew install cmake
# - brew install gettext
# # NOTE: Specify an explicit Asciidoctor version to help ensure reproducible builds
# - sudo gem install asciidoctor -v 2.0.16 --no-document
# - sudo gem install asciidoctor -v 2.0.22 --no-document
# # gcc6+ is currently required to bootstrap vcpkg on macOS
# - brew install gcc@7
# - sudo bundle install --gemfile="macosx/BuildBot/Gemfile"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# NOTE: Specify an explicit Asciidoctor version to help ensure reproducible builds
echo "::group::gem install asciidoctor"
gem install asciidoctor -v 2.0.16 --no-document
gem install asciidoctor -v 2.0.22 --no-document
echo "::endgroup::"
#if (brew outdated | grep cmake > /dev/null); then echo "upgrading CMake"; brew upgrade cmake; fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
id: asciidoctor-dl
run: |
echo "Installing Asciidoctor"
gem install asciidoctor -v 2.0.16 --no-document | Out-Null
gem install asciidoctor -v 2.0.22 --no-document | Out-Null
echo "Installing Asciidoctor... finished"
$AsciidoctorBat = (Get-Command asciidoctor.bat).Path
echo "Asciidoctor.bat: ${AsciidoctorBat}"
Expand Down

0 comments on commit ae28874

Please sign in to comment.