From 659c6cb7c64a7510ef955a09dd3c741021bd780c Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 3 May 2024 23:43:31 +0200 Subject: [PATCH] Add ubuntu-latest --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f565ce..64c56f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,10 +19,10 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04] + os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare VM run: | unset LANG