From 71e5fd0d3f6dd4e3eeca546010823975bb11579d Mon Sep 17 00:00:00 2001 From: Lucian Smith Date: Tue, 31 Dec 2024 16:05:31 -0800 Subject: [PATCH] Adjust build. --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index febc3e7c..3a169eba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,13 +17,13 @@ jobs: platform: - name: macos-13-release os_type: macos - os_name: macos-12 + os_name: macos-13 build_type: Release build_python: ON build_qt_antimony: ON - name: macos-13-debug os_type: macos - os_name: macos-12 + os_name: macos-13 build_type: Debug build_python: ON build_qt_antimony: ON @@ -82,7 +82,7 @@ jobs: libroadrunner_deps_owner: [ "sys-bio" ] libroadrunner_deps_repo: [ "libroadrunner-deps" ] libroadrunner_deps_name: [ "libroadrunner-deps" ] - libroadrunner_deps_release_version: [ "v2.2.13" ] + libroadrunner_deps_release_version: [ "v2.2.12" ] python_version: [ "3.12" ] runs-on: ${{ matrix.platform.os_name }}