We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b2743 commit 03bbf1eCopy full SHA for 03bbf1e
.github/workflows/test-add-compiler-matrix.yml
@@ -37,7 +37,7 @@ jobs:
37
matrix:
38
architecture: [standard, large, extra-large]
39
version: [2021.7.9, 2023.8.2, 2025.1.0]
40
- image: ['litmusimage/ubuntu:22.04']
+ image: ['litmusimage/ubuntu:24.04']
41
steps:
42
- name: Checkout Source
43
uses: actions/checkout@v4
@@ -69,6 +69,9 @@ jobs:
69
image=${{ matrix.image }} \
70
architecture=${{ matrix.architecture }}-with-extra-compiler
71
echo ::endgroup::
72
+ echo ::group::output local directory
73
+ ls
74
+ echo ::endgroup::
75
echo ::group::info:request
76
cat request.json || true; echo
77
0 commit comments