File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 build :
3131 name : Build documentation
3232 runs-on : ubuntu-latest
33- container : ghcr.io/educelab/ci-docker:static.12.1
33+ container : ghcr.io/educelab/ci-docker:static.12.2
3434 timeout-minutes : 180
3535 env :
36- CMAKE_PREFIX_PATH : " /usr/local/Qt-6.7.2 /"
36+ CMAKE_PREFIX_PATH : " /usr/local/Qt-6.10.0 /"
3737 steps :
3838 - name : Checkout code
3939 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2828 # - https://gh.io/using-larger-runners (GitHub.com only)
2929 # Consider using larger runners or machines with greater resources for possible analysis time improvements.
3030 runs-on : ' ubuntu-latest'
31- container : ghcr.io/educelab/ci-docker:static.12.1
31+ container : ghcr.io/educelab/ci-docker:static.12.2
3232 timeout-minutes : 360
3333 permissions :
3434 # required for all workflows
3838 packages : read
3939 env :
4040 EXTRA_CMAKE_FLAGS : " -DVC_BUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DVC_BUILD_TESTS=ON"
41- CMAKE_PREFIX_PATH : " /usr/local/Qt-6.7.2 /"
41+ CMAKE_PREFIX_PATH : " /usr/local/Qt-6.10.0 /"
4242 strategy :
4343 fail-fast : false
4444 matrix :
Original file line number Diff line number Diff line change 1- FROM ghcr.io/educelab/ci-docker:dynamic.13.0
1+ FROM ghcr.io/educelab/ci-docker:dynamic.12.2
22LABEL org.opencontainers.image.authors="Seth Parker <c.seth.parker@uky.edu>"
33
44ARG VC_GIT_SHA1
You can’t perform that action at this time.
0 commit comments