Remove redundant ubuntu-latest build

This commit is contained in:
Vincent Stumpf 2023-07-20 03:34:32 +00:00
parent eadff3366d
commit f41a80ca59

View File

@ -1,5 +1,5 @@
name: Build servers with CMake name: Build servers on Windows
# build_servers_cmake.yml # build_servers_windows.yml
concurrency: concurrency:
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }} group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
@ -29,9 +29,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
# The ubuntu-latest label currently points to ubuntu-22.04. os: [windows-latest]
# Available: ubuntu-22.04, ubuntu-20.04
os: [ubuntu-latest, windows-latest]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2