File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 ${{ github.workspace }}/packages/*.sha256
6666
6767 macos-build :
68- runs-on : macos-13
68+ runs-on : macos-14
6969 strategy :
7070 fail-fast : false
7171 matrix :
7676 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
7777 with :
7878 submodules : recursive
79- - name : Select Xcode version
80- run : sudo xcode-select --switch /Applications/Xcode_14.3.1.app
8179 - name : Create Build Directory
8280 run : cmake -E make_directory ${{ github.workspace }}/build ${{ github.workspace }}/packages
8381 - name : Generating Build Scripts
8785 run : cmake --build . --config RelWithDebInfo --verbose --target all --target waf_test -j $(getconf _NPROCESSORS_ONLN)
8886 working-directory : ${{ github.workspace }}/build
8987 - name : Test
90- if : matrix.arch == 'x86_64'
9188 run : ${{ github.workspace }}/build/tests/waf_test
9289 working-directory : ${{ github.workspace }}/tests
9390 - name : Build Packages
@@ -107,7 +104,7 @@ jobs:
107104 ${{ github.workspace }}/packages/*.sha256
108105
109106 macos-universal-package :
110- runs-on : macos-13
107+ runs-on : macos-14
111108 needs : [macos-build]
112109 steps :
113110 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ string(STRIP "${version}" version)
66string (REGEX REPLACE "-(alpha|beta)[0-9]*$" "" mmp_version ${version} )
77
88if (APPLE )
9- set (CMAKE_OSX_DEPLOYMENT_TARGET "12.7 " CACHE STRING "Minimum OS X deployment version" )
9+ set (CMAKE_OSX_DEPLOYMENT_TARGET "14.3 " CACHE STRING "Minimum OS X deployment version" )
1010endif ()
1111
1212project (libddwaf VERSION "${mmp_version} " )
You can’t perform that action at this time.
0 commit comments