Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-20.04, macos-11, windows-latest]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
runs-on: [ubuntu-20.04, macos-11, windows-latest]
runs-on: [ubuntu-20.04, ubuntu-latest, macos-11, macos-latest, windows-latest]

build-type: [Release]
runs-on: ${{matrix.runs-on}}
steps:
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-20.04, macos-11, windows-latest]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
runs-on: [ubuntu-20.04, macos-11, windows-latest]
runs-on: [ubuntu-20.04, ubuntu-latest, macos-11, macos-latest, windows-latest]

build-type: [Release]
runs-on: ${{matrix.runs-on}}
steps:
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-20.04, macos-11, windows-latest]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
runs-on: [ubuntu-20.04, macos-11, windows-latest]
runs-on: [ubuntu-20.04, ubuntu-latest, macos-11, macos-latest, windows-latest]

build-type: [Release]
runs-on: ${{matrix.runs-on}}
steps:
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-20.04, macos-11, windows-latest]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
runs-on: [ubuntu-20.04, macos-11, windows-latest]
runs-on: [ubuntu-20.04, ubuntu-latest, macos-11, macos-latest, windows-latest]

build-type: [Debug]
continue-on-error: true
if: false
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-20.04, macos-11, windows-latest]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
runs-on: [ubuntu-20.04, macos-11, windows-latest]
runs-on: [ubuntu-20.04, ubuntu-latest, macos-11, macos-latest, windows-latest]

build-type: [Debug]
continue-on-error: true
if: false
Expand Down