Skip to content

Commit

Permalink
macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
clibequilibrium committed Sep 17, 2024
1 parent f01c197 commit 4e28b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
platform:
- { name: Windows, os: windows-2022, rid: win }
- { name: macOS, os: macos-11, rid: osx }
- { name: macOS, os: macos-13, rid: osx }
- { name: Linux, os: ubuntu-20.04, rid: linux }

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
platform:
- { name: Windows (x64), os: windows-2022, rid: win-x64 }
- { name: macOS (x64 + arm64), os: macos-11, rid: osx }
- { name: macOS (x64 + arm64), os: macos-13, rid: osx }
- { name: Linux (x64), os: ubuntu-20.04, rid: linux-x64 }
steps:
- name: "Clone Git repository"
Expand Down

0 comments on commit 4e28b40

Please sign in to comment.