Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sguionni committed May 7, 2024
1 parent d972e9b commit 7865ed3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-2019, ubuntu-22.04, macos-12]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-2019, ubuntu-22.04, macos-12]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-2019, ubuntu-22.04, macos-12]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_python_binding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-2019, ubuntu-22.04, macos-12]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_renderer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-2019, ubuntu-22.04, macos-12]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-2019, ubuntu-22.04, macos-12]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-2019, ubuntu-22.04, macos-12]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-2019, ubuntu-22.04, macos-12]
fail-fast: false

steps:
Expand Down

0 comments on commit 7865ed3

Please sign in to comment.