mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
chore: extend prebuilts support for MacOS NE by clang 21+ (#2633)
* chore: extend prebuilts support for MacOS NE by clang 21+ * chore: trigger prebuilts on workflow file changes
This commit is contained in:
@@ -22,6 +22,7 @@ jobs:
|
|||||||
recipes:
|
recipes:
|
||||||
- 'recipes/**'
|
- 'recipes/**'
|
||||||
- 'conanfile.py'
|
- 'conanfile.py'
|
||||||
|
- '.github/workflows/deploy.yml'
|
||||||
|
|
||||||
Bake-Prebuilts-Linux:
|
Bake-Prebuilts-Linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -539,13 +540,17 @@ jobs:
|
|||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
|
|
||||||
Bake-Prebuilts-MacOS-NE:
|
Bake-Prebuilts-MacOS-NE:
|
||||||
runs-on: macos-latest
|
|
||||||
needs: Detect-Changes
|
needs: Detect-Changes
|
||||||
if: needs.Detect-Changes.outputs.recipes_changed == 'true'
|
if: needs.Detect-Changes.outputs.recipes_changed == 'true'
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
xcode-version: [16.2, 16.4]
|
xcode-version: [16.2, 16.4, 26.4]
|
||||||
|
include:
|
||||||
|
- xcode-version: 26.4
|
||||||
|
os: macos-26
|
||||||
|
|
||||||
|
runs-on: ${{ matrix.os || 'macos-latest' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user