44# Automatically generated from npm-packages-helper/templates/*.
55#
66# This file is part of the xPack project (http://xpack.github.io).
7- # Copyright (c) 2021 Liviu Ionescu. All rights reserved.
7+ # Copyright (c) 2021-2025 Liviu Ionescu. All rights reserved.
88#
99# Permission to use, copy, modify, and/or distribute this software
1010# for any purpose is hereby granted, under the terms of the MIT license.
1111#
1212# If a copy of the license was not distributed with this file, it can
13- # be obtained from https://opensource.org/licenses/MIT .
13+ # be obtained from https://opensource.org/licenses/mit .
1414#
1515# -----------------------------------------------------------------------------
1616
5353
5454 darwin-x64-test :
5555 name : ' darwin-x64 sed ${{github.event.inputs.version}} test'
56- # https://github.com/actions/runner-images/blob/main/images/macos/macos-13 -Readme.md
57- runs-on : macos-13
56+ # https://github.com/actions/runner-images/blob/main/images/macos/macos-15 -Readme.md
57+ runs-on : macos-15-intel
5858
5959 steps :
6060 - name : ' Show environment'
6363 sw_vers
6464 ls -lA /Library/Developer/CommandLineTools/SDKs || true
6565 ls -lA /Applications
66- sudo xcode-select --switch /Applications/Xcode_14.2 .app
66+ sudo xcode-select --switch /Applications/Xcode_16.4 .app
6767 xcode-select --print-path
6868 xcodebuild -version || true
6969 pkgutil --pkg-info=com.apple.pkg.CLTools_Executables || true
@@ -101,8 +101,8 @@ jobs:
101101
102102 darwin-arm64-test :
103103 name : ' darwin-arm64 sed ${{github.event.inputs.version}} test'
104- # https://github.com/actions/runner-images/blob/main/images/macos/macos-14 -Readme.md
105- runs-on : macos-14
104+ # https://github.com/actions/runner-images/blob/main/images/macos/macos-15 -Readme.md
105+ runs-on : macos-15
106106
107107 steps :
108108 - name : ' Show environment'
@@ -111,7 +111,7 @@ jobs:
111111 sw_vers
112112 ls -lA /Library/Developer/CommandLineTools/SDKs || true
113113 ls -lA /Applications
114- sudo xcode-select --switch /Applications/Xcode_15 .4.app
114+ sudo xcode-select --switch /Applications/Xcode_16 .4.app
115115 xcode-select --print-path
116116 xcodebuild -version || true
117117 pkgutil --pkg-info=com.apple.pkg.CLTools_Executables || true
0 commit comments