diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:25:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:25:18 +0300 |
commit | 1d7982ed163474b3b6f22a351fbf10c66e717696 (patch) | |
tree | 25d7f84052225cf05bc1fef0a78cac5d0c4349d1 /.github | |
parent | README: update (diff) | |
download | blog-1d7982ed163474b3b6f22a351fbf10c66e717696.tar.gz blog-1d7982ed163474b3b6f22a351fbf10c66e717696.zip |
workflows/makefile_escaping: use ubuntu-latest
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/makefile-escaping.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/makefile-escaping.yml b/.github/workflows/makefile-escaping.yml index 2955a7e..396822a 100644 --- a/.github/workflows/makefile-escaping.yml +++ b/.github/workflows/makefile-escaping.yml @@ -8,7 +8,7 @@ on: jobs: quoting_arguments: name: Quoting arguments - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 @@ -27,7 +27,7 @@ jobs: escaping_quotes: name: Escaping quotes - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 @@ -46,7 +46,7 @@ jobs: shell_output: name: Shell output - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 @@ -75,7 +75,7 @@ jobs: env_variables: name: Environment variables - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 |