Skip to content

Commit

Permalink
Remove azure pipeline; use macos14 explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed May 24, 2024
1 parent df0af72 commit 19efd40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
build_type: Debug
build_python: ON
build_qt_antimony: ON
- name: macos-latest-release
- name: macos-14-release
os_type: macos
os_name: macos-latest
os_name: macos-14
build_type: Release
build_python: ON
build_qt_antimony: OFF
- name: macos-latest-debug
- name: macos-14-debug
os_type: macos
os_name: macos-latest
os_name: macos-14
build_type: Debug
build_python: ON
build_qt_antimony: OFF
Expand Down

0 comments on commit 19efd40

Please sign in to comment.