File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 beman-submodule-check :
17- uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@1.0 .0
17+ uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@1.2 .0
1818
1919 preset-test :
20- uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@1.0 .0
20+ uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@1.2 .0
2121 with :
2222 matrix_config : >
2323 [
2828 ]
2929
3030 build-and-test :
31- uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@1.0 .0
31+ uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@1.2 .0
3232 with :
3333 matrix_config : >
3434 {
@@ -102,11 +102,17 @@ jobs:
102102 ]
103103 }
104104
105+ install-test :
106+ uses :
bemanproject/infra-workflows/.github/workflows/[email protected] 107+ with :
108+ image : ghcr.io/bemanproject/infra-containers-gcc:latest
109+ cxx_standard : 26
110+
105111 create-issue-when-fault :
106112 needs : [preset-test, build-and-test]
107113 if : failure() && github.event.schedule == '20 19 * * *'
108- uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@1.0 .0
114+ uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@1.2 .0
109115
110116 auto-update-pre-commit :
111117 if : github.event.schedule == '00 16 * * 0'
112- uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml@1.0 .0
118+ uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml@1.2 .0
You can’t perform that action at this time.
0 commit comments