Skip to content

Commit

Permalink
#32: update new image in docker to use ubuntu 24 gcc 14
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 23, 2024
1 parent 885da9a commit ddf43be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
image:
- ubuntu_22.04-gcc_11-vtk_9.2.2-py_3.8
- ubuntu_22.04-clang_14-vtk_9.2.2-py_3.8
- ubuntu_24.04-gcc_11-vtk_9.3.0-py_3.12
- ubuntu_24.04-gcc_14-vtk_9.3.0-py_3.12
env:
OUTPUT_DIR: '/tmp/artifacts'
VT_TV_TESTS_ENABLED: 'ON' # Build & Test in all configurations
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pushbasedockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
# options:
# - ubuntu_22.04-gcc_11-vtk_9.2.2-py_3.8
# - ubuntu_22.04-clang_11-vtk_9.2.2-py_3.8
# - ubuntu_24.04-gcc_14-vtk_9.3.0-py_3.12
# default: ubuntu_22.04-gcc_11-vtk_9.2.2-py_3.8
# Note: in Extract build configuration stage please also changes { matrix.image } to { inputs.image }, and comment the matrix to disable.

Expand Down

0 comments on commit ddf43be

Please sign in to comment.