diff options
| author | Mooneer Salem <[email protected]> | 2023-12-12 22:17:57 -0800 |
|---|---|---|
| committer | Mooneer Salem <[email protected]> | 2023-12-12 22:17:57 -0800 |
| commit | 984b50ffd9b07b41b8fc6c98f9c2eb58b3325d2a (patch) | |
| tree | 7d56883676474cbd133ca9631fa048488554f2b4 /.github | |
| parent | c41a3a23aef6364e80a3fcfd49f18fb4af65932d (diff) | |
Revert "Try Ubuntu 20.04 and see if those tex packages work better."
This reverts commit c41a3a23aef6364e80a3fcfd49f18fb4af65932d.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 731bc9f..df02ee2 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-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 |
