From 45a36f32226adaae1e1bde7af8e54dab5a91d5aa Mon Sep 17 00:00:00 2001 From: Gres Date: Wed, 12 Jan 2022 19:04:20 +0300 Subject: [PATCH] Change CI ubuntu version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 376cc96..9860dce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: release: name: Create release if: contains(github.ref, '/tags/') - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 steps: - name: Create release id: create_release @@ -39,7 +39,7 @@ jobs: config: - { name: "win64", os: windows-latest } - { name: "win32", os: windows-latest } - - { name: "linux", os: ubuntu-16.04 } + - { name: "linux", os: ubuntu-18.04 } # - { name: "macos", os: macos-latest } steps: - uses: actions/checkout@v2