Maybe fix workflow.

Hopefully. I hate workflows. I hate them. I never want a work to flow again.
This commit is contained in:
Benjamin Jackson
2023-01-02 16:59:27 -05:00
committed by GitHub
parent 8f3802ccab
commit 3ee6986b36

View File

@@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
compiler: [clang]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: ${{ matrix.compiler }}
env:
COMPILER: ${{ matrix.compiler }}