Skip to content

Commit

Permalink
Updated jasper.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Feb 22, 2024
1 parent 0acae18 commit e7db70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
tests/tltest/tltest
windows-build:
runs-on: windows-2019 # was windows-latest
runs-on: windows-latest

env:
TLRENDER_API: GL_4_1
Expand Down
2 changes: 1 addition & 1 deletion etc/SuperBuild/cmake/Modules/Buildjasper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include(ExternalProject)


set(jasper_GIT_REPOSITORY "https://github.com/jasper-software/jasper.git")
set(jasper_GIT_TAG version-4.0.0)
set(jasper_GIT_TAG version-4.2.1)

set(jasper_ARGS
${TLRENDER_EXTERNAL_ARGS}
Expand Down

0 comments on commit e7db70a

Please sign in to comment.