From eb0f6c7357f23dc03126e4986b2329b13f86d1cf Mon Sep 17 00:00:00 2001 From: Sander Date: Mon, 22 Sep 2025 23:37:09 +0200 Subject: [PATCH] ci: document where to find available images to test against --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ad3a7c..d122210 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,9 @@ jobs: test: strategy: fail-fast: false + # For the list of available images: + # GitHub images: https://github.com/actions/runner-images?tab=readme-ov-file#available-images + # Partner images: https://github.com/actions/partner-runner-images?tab=readme-ov-file#available-images matrix: include: - runs-on: ubuntu-latest