diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-04-10 10:55:05 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-04-10 10:55:05 +0000 |
commit | b4bc2e54ce6593b4bb34a50b2e74874dd62dc5e0 (patch) | |
tree | e5c2c3832fee3fd18cc0261d0e963e7fd406109c | |
parent | gh actions fix (diff) | |
download | cgrep-b4bc2e54ce6593b4bb34a50b2e74874dd62dc5e0.tar.gz cgrep-b4bc2e54ce6593b4bb34a50b2e74874dd62dc5e0.zip |
gh actions fix
-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 c52a2ce..7ff27d0 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-bionic + runs-on: ubuntu-latest strategy: matrix: version: [9,10,11,12,13,14,15,16,17] |