Skip to content

Commit 872b0cf

Browse files
authored
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
1 parent 2df68f8 commit 872b0cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os:
12-
- ubuntu-18.04
12+
- ubuntu-20.04
1313
compiler:
1414
- gcc
1515
- clang
@@ -20,7 +20,7 @@ jobs:
2020
- '-Dx11=false'
2121
runs-on: ${{ matrix.os }}
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- run: >
2525
sudo apt-get update &&
2626
sudo apt-get install --no-install-recommends
@@ -29,7 +29,7 @@ jobs:
2929
libgles2-mesa-dev
3030
libgl1-mesa-dri
3131
ninja-build
32-
- uses: actions/setup-python@v2
32+
- uses: actions/setup-python@v4
3333
with:
3434
python-version: 3.x
3535
- run: |

0 commit comments

Comments
 (0)