Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/bioimage-io/JDLL.git into main
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Dec 21, 2024
2 parents 946c5c9 + 0e2c22a commit 2e4dafd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example_run_all_bmz_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest, macos-12]
os: [macos-latest, ubuntu-latest, windows-latest, macos-13]
fail-fast: false
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example_run_pytorch1_2_model.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: [macos-latest, ubuntu-latest, windows-latest, macos-12]
os: [macos-latest, ubuntu-latest, windows-latest, macos-13]
fail-fast: false
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example_run_tf1_and_tf2_model.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: [macos-latest, ubuntu-latest, windows-latest, macos-12]
os: [macos-latest, ubuntu-latest, windows-latest, macos-13]
fail-fast: false
steps:
- name: Checkout repository
Expand Down

0 comments on commit 2e4dafd

Please sign in to comment.