diff options
| author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:31:02 +0300 |
|---|---|---|
| committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:31:02 +0300 |
| commit | 8cdadd086bd28ec8fef2e3c992041bfae125fc2c (patch) | |
| tree | 4528aba5ad6f8e9163bd81bf00beb78b097639bd | |
| parent | workflows/test: change schedule to 5:45 (diff) | |
| download | egor-tensin.github.io-8cdadd086bd28ec8fef2e3c992041bfae125fc2c.tar.gz egor-tensin.github.io-8cdadd086bd28ec8fef2e3c992041bfae125fc2c.zip | |
workflows/test: use ubuntu-latest
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a5008c..3915aee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: jobs: bundler: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: matrix: ruby-version: [2.5, 2.6, 2.7] |
