Skip to content

Commit

Permalink
Update deprecated CI macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
sguionni committed Nov 18, 2024
1 parent 6fcbfd5 commit ee10c7d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app_bench.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-2019, ubuntu-22.04, macos-12]
os: [windows-2019, ubuntu-22.04, macos-13]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib_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-2019, ubuntu-22.04, macos-12]
os: [windows-2019, ubuntu-22.04, macos-13]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib_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-2019, ubuntu-22.04, macos-12]
os: [windows-2019, ubuntu-22.04, macos-13]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib_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-2019, ubuntu-22.04, macos-12]
os: [windows-2019, ubuntu-22.04, macos-13]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib_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-2019, ubuntu-22.04, macos-12]
os: [windows-2019, ubuntu-22.04, macos-13]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib_ui_qt.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-2019, ubuntu-22.04, macos-12]
os: [windows-2019, ubuntu-22.04, macos-13]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib_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-2019, ubuntu-22.04, macos-12]
os: [windows-2019, ubuntu-22.04, macos-13]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todo/lib_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-2019, ubuntu-22.04, macos-12]
os: [windows-2019, ubuntu-22.04, macos-13]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tool_example.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-2019, ubuntu-22.04, macos-12]
os: [windows-2019, ubuntu-22.04, macos-13]
fail-fast: false

steps:
Expand Down

0 comments on commit ee10c7d

Please sign in to comment.