Browse Source

Remove redundant ubuntu-latest build

Vincent Stumpf 1 year ago
parent
commit
f41a80ca59
1 changed files with 3 additions and 5 deletions
  1. 3 5
      .github/workflows/build_servers_windows.yml

+ 3 - 5
.github/workflows/build_servers_cmake.yml → .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