From 872b0cf5571e1c7269b834f61fb545f9d78594ae Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Wed, 4 Oct 2023 18:52:13 +0200 Subject: [PATCH 1/2] Update linux.yml Ubuntu 18.04 has passed end of life. For this reason it is best to switch to the next LTM version: ubuntu 20.04 --- .github/workflows/linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3d71e7fd..ec601c6e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: - - ubuntu-18.04 + - ubuntu-20.04 compiler: - gcc - clang @@ -20,7 +20,7 @@ jobs: - '-Dx11=false' runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: > sudo apt-get update && sudo apt-get install --no-install-recommends @@ -29,7 +29,7 @@ jobs: libgles2-mesa-dev libgl1-mesa-dri ninja-build - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: 3.x - run: | From dc8d993d1b3941f3dae8a8a68fbf2ec5492484c0 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sat, 7 Dec 2024 12:45:19 +0100 Subject: [PATCH 2/2] Update linux.yml --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ec601c6e..0087772a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -29,7 +29,7 @@ jobs: libgles2-mesa-dev libgl1-mesa-dri ninja-build - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: 3.x - run: |