From 0f6a7c95e1253a42234a0e29fedb7d944cc64063 Mon Sep 17 00:00:00 2001 From: Adrien RICCIARDI Date: Mon, 14 Oct 2024 10:01:50 +0200 Subject: [PATCH] ci: Update the Solaris action to benefit from the faster VM (#522) 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 19abce5..441be16 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: | -- 2.39.5