Skip to content

Commit

Permalink
Update workflow to work with latest everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Jan 16, 2025
1 parent 26dc2b4 commit 2368245
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
fail-fast: false
matrix:
platform:
- name: macos-12-release
- name: macos-13-release
os_type: macos
os_name: macos-12
os_name: macos-13
build_type: Release
build_python: ON
- name: macos-12-debug
- name: macos-13-debug
os_type: macos
os_name: macos-12
os_name: macos-13
build_type: Debug
build_python: OFF
- name: macos-14-release
Expand Down

0 comments on commit 2368245

Please sign in to comment.