Remove redundant ubuntu-latest build
This commit is contained in:
parent
eadff3366d
commit
f41a80ca59
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user