From f41a80ca59987be2e554cead1c39ca3239b54c45 Mon Sep 17 00:00:00 2001 From: Vincent Stumpf Date: Thu, 20 Jul 2023 03:34:32 +0000 Subject: [PATCH] Remove redundant ubuntu-latest build --- ...{build_servers_cmake.yml => build_servers_windows.yml} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename .github/workflows/{build_servers_cmake.yml => build_servers_windows.yml} (86%) diff --git a/.github/workflows/build_servers_cmake.yml b/.github/workflows/build_servers_windows.yml similarity index 86% rename from .github/workflows/build_servers_cmake.yml rename to .github/workflows/build_servers_windows.yml index 026760ee11..9adf4d34da 100644 --- a/.github/workflows/build_servers_cmake.yml +++ b/.github/workflows/build_servers_windows.yml @@ -1,5 +1,5 @@ -name: Build servers with CMake -# build_servers_cmake.yml +name: Build servers on Windows +# build_servers_windows.yml concurrency: group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }} @@ -29,9 +29,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # The ubuntu-latest label currently points to ubuntu-22.04. - # Available: ubuntu-22.04, ubuntu-20.04 - os: [ubuntu-latest, windows-latest] + os: [windows-latest] steps: - uses: actions/checkout@v2