We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ac152 commit 6e31304Copy full SHA for 6e31304
.github/workflows/build-and-test.yml
@@ -17,7 +17,7 @@ jobs:
17
18
build-and-test-linux:
19
needs: Get-CI-Image-Tag
20
- name: Build & test
+ name: Build & test (ubuntu latest)
21
runs-on: ubuntu-latest
22
container:
23
image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }}
0 commit comments