Skip to content

Commit 03bbf1e

Browse files
(PE-41013) try 24.04 and output dir
1 parent f0b2743 commit 03bbf1e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-add-compiler-matrix.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
architecture: [standard, large, extra-large]
3939
version: [2021.7.9, 2023.8.2, 2025.1.0]
40-
image: ['litmusimage/ubuntu:22.04']
40+
image: ['litmusimage/ubuntu:24.04']
4141
steps:
4242
- name: Checkout Source
4343
uses: actions/checkout@v4
@@ -69,6 +69,9 @@ jobs:
6969
image=${{ matrix.image }} \
7070
architecture=${{ matrix.architecture }}-with-extra-compiler
7171
echo ::endgroup::
72+
echo ::group::output local directory
73+
ls
74+
echo ::endgroup::
7275
echo ::group::info:request
7376
cat request.json || true; echo
7477
echo ::endgroup::

0 commit comments

Comments
 (0)