Skip to content

Commit

Permalink
update macos-12 to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Nov 5, 2024
1 parent 53e78c6 commit 16f9d44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
[
ubuntu-20.04-gcc-9,
ubuntu-20.04-clang-9,
macos-13-xcode-14.2,
macos-14-xcode-15.4,
windows-2022-msbuild,
]
Expand All @@ -47,6 +48,11 @@ jobs:
compiler: clang
version: "9"

- name: macos-13-xcode-14.2
os: macos-13
compiler: xcode
version: "14.2"

- name: macos-14-xcode-15.4
os: macos-14
compiler: xcode
Expand Down

0 comments on commit 16f9d44

Please sign in to comment.