From 1d7982ed163474b3b6f22a351fbf10c66e717696 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 15 Jun 2021 20:25:18 +0300 Subject: workflows/makefile_escaping: use ubuntu-latest --- .github/workflows/makefile-escaping.yml | 8 ++++---- 1 file 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 -- cgit v1.2.3