Skip to content

Commit

Permalink
MacOS 12 -> 13 in Github action builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzlaine committed Feb 21, 2025
1 parent 7776ae4 commit e608736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- name: "ASAN=on MAC_OSX=true Job 1"
buildtype: "boost"
packages: ""
os: "macos-12"
os: "macos-13"
cxx: "clang++"
sources: ""
llvm_os: ""
Expand All @@ -199,12 +199,12 @@ jobs:
- name: "ASAN=on MAC_OSX=true Job 2"
buildtype: "boost"
packages: ""
os: "macos-12"
os: "macos-13"
cxx: "clang++"
sources: ""
llvm_os: ""
llvm_ver: ""
xcode_version: "13.4.1"
xcode_version: "15.2"
asan: "on"
mac_osx: "true"

Expand Down

0 comments on commit e608736

Please sign in to comment.