diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3d71e7fd..f6f5aa7a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: - - ubuntu-18.04 + - ubuntu-latest compiler: - gcc - clang @@ -20,7 +20,7 @@ jobs: - '-Dx11=false' runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 - 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@v5 with: python-version: 3.x - run: |