1
1
mirror of https://github.com/neosubhamoy/pytubepp-helper.git synced 2026-02-04 03:12:22 +05:30

(ci/cd): using macOS 15 in build process

This commit is contained in:
2024-12-30 23:43:18 +05:30
Verified
parent abd6088ca9
commit 27b0acbb30

View File

@@ -12,10 +12,10 @@ jobs:
fail-fast: false
matrix:
include:
- platform: 'macos-latest'
- platform: 'macos-15'
args: '--target aarch64-apple-darwin'
arch: 'aarch64-apple-darwin'
- platform: 'macos-latest'
- platform: 'macos-15'
args: '--target x86_64-apple-darwin'
arch: 'x86_64-apple-darwin'
- platform: 'ubuntu-22.04'
@@ -45,7 +45,7 @@ jobs:
- name: 🛠️ install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
targets: ${{ matrix.platform == 'macos-15' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
- name: 🛠️ Rust cache
uses: swatinem/rust-cache@v2