Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions .github/workflows/build_pat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: Build_PAT

on:
pull_request:
branches:
- '*'
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- '*'
- develop
tags:
- '*'

Expand All @@ -22,16 +25,16 @@ jobs:
name: [Ubuntu, macOS, Windows_2022]
include:
- name: Ubuntu
os: ubuntu-22.04
os: ubuntu-24.04
node-version: 18
allow_failure: false
- name: macOS
os: macos-13
os: macos-15-intel
node-version: 18
allow_failure: false
MACOSX_DEPLOYMENT_TARGET: 10.15
SDKROOT: /Applications/Xcode_11.7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
MACOSX_DEPLOYMENT_TARGET: "12.1"
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
- name: Windows_2022
os: windows-2022
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14.0)
cmake_policy(SET CMP0048 NEW)


project(ParametricAnalysisTool VERSION 3.10.0)
project(ParametricAnalysisTool VERSION 3.11.0)


find_package(Git)
Expand Down
Loading
Loading