Use ubuntu 20.04 for CI;

22.04 was necessary for a while due to glslang version, but now we are
building and using the submodule'd glslang CLI.
This commit is contained in:
bjorn 2023-08-14 17:47:17 -07:00
parent 003d69ea94
commit b77212b49e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
linux:
name: Linux
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Update Packages
run: sudo apt update