Skip to content

Commit

Permalink
Update the version of macOS used in the CI Build & Test Action (#198)
Browse files Browse the repository at this point in the history
* Update macOS version from -12 to -15.
  • Loading branch information
paulhuggett authored Dec 11, 2024
1 parent b62fa3c commit 17724f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
include:
# macOS builds
# ~~~~~~~~~~~~
- name: macOS-12/Xcode/Debug
- name: macOS-15/Xcode/Debug
build_type: Debug
generator: Xcode
options: -D PEEJAY_CXX17=No
os: macos-12
os: macos-15

- name: macOS-12/Xcode/Release
- name: macOS-15/Xcode/Release
build_type: Release
generator: Xcode
options: -D PEEJAY_CXX17=No
os: macos-12
os: macos-15

# Linux builds
# ~~~~~~~~~~~~
Expand Down

0 comments on commit 17724f3

Please sign in to comment.