diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-04-09 08:47:28 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-04-09 08:47:28 +0000 |
commit | 04d35cacc1e40a2c3a42d54a79ed058ef2cfe1ce (patch) | |
tree | d2d2f90165bd83b01c494f96c60365975818b37b /.github/workflows/cmake.yml | |
parent | github action matrix test fix (diff) | |
download | cgrep-04d35cacc1e40a2c3a42d54a79ed058ef2cfe1ce.tar.gz cgrep-04d35cacc1e40a2c3a42d54a79ed058ef2cfe1ce.zip |
github actions fix
Diffstat (limited to '')
-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 6e6427f..2a3eb22 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -15,7 +15,7 @@ jobs: # The CMake configure and build commands are platform agnostic and should work equally 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-bionic strategy: matrix: version: [9,10,11,12,13,14,15,16,17] |