From fad53c1f2c305508c6fc80f3ca66e7fb6f338f01 Mon Sep 17 00:00:00 2001 From: Tobias Peters Date: Mon, 15 Jan 2024 18:02:34 +0100 Subject: [PATCH] use specific ubuntu versions --- .github/workflows/build-client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-client.yml b/.github/workflows/build-client.yml index a013f76eab..24a600f486 100644 --- a/.github/workflows/build-client.yml +++ b/.github/workflows/build-client.yml @@ -20,7 +20,7 @@ jobs: cmake_options: -DWITH_DRIVER_DIRECT3D=ON -DWITH_DRIVER_XAUDIO2=ON - os: windows-2019 cmake_options: -DWITH_DRIVER_DIRECT3D=ON -DWITH_DRIVER_XAUDIO2=ON - - os: ubuntu-latest + - os: ubuntu-22.04 ubuntu_version: 22.04 - os: ubuntu-20.04 ubuntu_version: 20.04