mirror of
https://github.com/AppleCommander/bastools.git
synced 2026-01-23 03:16:04 +00:00
Updating native build run target for MacOS.
This commit is contained in:
32
.github/workflows/nativeCompile.yml
vendored
32
.github/workflows/nativeCompile.yml
vendored
@@ -14,27 +14,27 @@ permissions:
|
||||
jobs:
|
||||
build:
|
||||
name: bt and st on ${{ matrix.os }}-${{ matrix.arch }}
|
||||
runs-on: ${{ matrix.label }}
|
||||
runs-on: ${{ matrix.label }}
|
||||
strategy:
|
||||
matrix:
|
||||
# See: https://docs.github.com/en/actions/concepts/runners/about-github-hosted-runners#overview-of-github-hosted-runners
|
||||
# ... and follow the links to the related Github repositories
|
||||
include:
|
||||
- label: ubuntu-latest
|
||||
os: linux
|
||||
arch: x86_64
|
||||
- label: ubuntu-24.04-arm
|
||||
os: linux
|
||||
arch: aarch64
|
||||
- label: windows-latest
|
||||
os: windows
|
||||
arch: x86_64
|
||||
- label: macos-13
|
||||
os: darwin
|
||||
arch: x86_64
|
||||
- label: macos-latest
|
||||
os: darwin
|
||||
arch: arm64
|
||||
- label: ubuntu-latest
|
||||
os: linux
|
||||
arch: x86_64
|
||||
- label: ubuntu-24.04-arm
|
||||
os: linux
|
||||
arch: aarch64
|
||||
- label: windows-latest
|
||||
os: windows
|
||||
arch: x86_64
|
||||
- label: macos-15-intel
|
||||
os: darwin
|
||||
arch: x86_64
|
||||
- label: macos-15
|
||||
os: darwin
|
||||
arch: arm64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user