From 34eb42d48fa15d00474b994be9fe1924a7192c5a Mon Sep 17 00:00:00 2001 From: RICCIARDI-Adrien Date: Wed, 25 Sep 2024 17:46:23 +0200 Subject: [PATCH] ci: Updated the Solaris action to benefit from the faster VM. The total execution decreased by about 20%, sometimes even more. Signed-off-by: RICCIARDI-Adrien --- .github/workflows/solaris.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solaris.yaml b/.github/workflows/solaris.yaml index 19abce5f..441be16a 100644 --- a/.github/workflows/solaris.yaml +++ b/.github/workflows/solaris.yaml @@ -8,7 +8,7 @@ jobs: - name: Checkout PPP sources uses: actions/checkout@v4 - name: Build - uses: vmactions/solaris-vm@v1.0.2 + uses: vmactions/solaris-vm@v1.0.9 with: release: "11.4-gcc" run: |