33# Automatically generated from npm-packages-helper/templates/*.
44#
55# This file is part of the xPack project (http://xpack.github.io).
6- # Copyright (c) 2021 Liviu Ionescu. All rights reserved.
6+ # Copyright (c) 2021-2025 Liviu Ionescu. All rights reserved.
77#
88# Permission to use, copy, modify, and/or distribute this software
99# for any purpose is hereby granted, under the terms of the MIT license.
1010#
1111# If a copy of the license was not distributed with this file, it can
12- # be obtained from https://opensource.org/licenses/MIT .
12+ # be obtained from https://opensource.org/licenses/mit .
1313#
1414# -----------------------------------------------------------------------------
1515
6969 darwin-x64-build :
7070 name : ' darwin-x64 ninja-build ${{github.event.inputs.version}} build'
7171 timeout-minutes : 2880 # 2 days
72- runs-on : [self-hosted, macos, intel]
72+ runs-on : macos-15- intel
7373 env :
7474 XBB_ENVIRONMENT_MACOSX_DEPLOYMENT_TARGET : ' 11.0'
7575 steps :
@@ -142,14 +142,10 @@ jobs:
142142 tag : ' test'
143143 token : ${{secrets.PUBLISH_TOKEN}}
144144
145- - name : ' Rename working area'
146- # For just in case absolute paths remain unprocessed.
147- run : mv -v build-assets/build build-assets/build-$(date -u +%Y%m%d-%H%M%S)
148-
149145 darwin-x64-test :
150146 name : ' darwin-x64 ninja-build ${{github.event.inputs.version}} test'
151- # https://github.com/actions/runner-images/blob/main/images/macos/macos-13 -Readme.md
152- runs-on : macos-13
147+ # https://github.com/actions/runner-images/blob/main/images/macos/macos-15 -Readme.md
148+ runs-on : macos-15-intel
153149 needs : [darwin-x64-build]
154150
155151 steps :
@@ -159,7 +155,6 @@ jobs:
159155 sw_vers
160156 ls -lA /Library/Developer/CommandLineTools/SDKs || true
161157 ls -lA /Applications
162- sudo xcode-select --switch /Applications/Xcode_14.2.app
163158 xcode-select --print-path
164159 xcodebuild -version || true
165160 pkgutil --pkg-info=com.apple.pkg.CLTools_Executables || true
0 commit comments