diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-19 12:22:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-19 12:22:55 +0300 |
commit | 13888629d461c5c2faebd783ca8e847e606450e0 (patch) | |
tree | 8e7c32c65ba09acf4380f6396a5a852d94936ae0 /.github/workflows/ci_travis.yml | |
parent | workflows/basic: test w/ latest Python (diff) | |
download | cmake-common-13888629d461c5c2faebd783ca8e847e606450e0.tar.gz cmake-common-13888629d461c5c2faebd783ca8e847e606450e0.zip |
workflows: use -latest images where appropriate
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci_travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_travis.yml b/.github/workflows/ci_travis.yml index b9a31d9..49ae907 100644 --- a/.github/workflows/ci_travis.yml +++ b/.github/workflows/ci_travis.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: configuration: [Debug, Release] - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest name: '${{ matrix.configuration }}' defaults: run: |