aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/cmake.yml
diff options
context:
space:
mode:
authorMooneer Salem <[email protected]>2023-12-12 21:32:45 -0800
committerMooneer Salem <[email protected]>2023-12-12 21:32:45 -0800
commitc41a3a23aef6364e80a3fcfd49f18fb4af65932d (patch)
tree67eac3837e3310347abd3ea4dc802bde178088ab /.github/workflows/cmake.yml
parentf6d40396e506ce57e04db62c4332520e4cfcbdc6 (diff)
Try Ubuntu 20.04 and see if those tex packages work better.
Diffstat (limited to '.github/workflows/cmake.yml')
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index df02ee2..731bc9f 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -12,7 +12,7 @@ jobs:
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2