Skip to content

Commit

Permalink
Use mac14, streamline job names
Browse files Browse the repository at this point in the history
  • Loading branch information
kwongtn committed Nov 21, 2024
1 parent b1f7d63 commit f1151bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci-ffi-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,14 @@ jobs:
fail-fast: false
matrix:
include:
- macos-version: "11.0"
- macos-version: "14"
target: x86_64-apple-darwin
py-platform: macosx-11_0_x86_64
mk-arch: amd64
- macos-version: "11.0"
- macos-version: "14"
target: aarch64-apple-darwin
py-platform: macosx-11_0_arm64
mk-arch: arm64

name: macOS - ${{ matrix.py-platform }}
name: macOS - ${{ matrix.target }}
runs-on: macos-${{ matrix.macos-version }}

steps:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci-ffi-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
fail-fast: false
matrix:
include:
- macos-version: "11.0"
- macos-version: "14"
target: x86_64-apple-darwin
mk-arch: amd64
- macos-version: "11.0"
- macos-version: "14"
target: aarch64-apple-darwin
mk-arch: arm64

name: macOS - ${{ matrix.target }}
runs-on: macos-${{ matrix.macos-version }}

Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,14 @@ jobs:
fail-fast: false
matrix:
include:
- macos-version: "11.0"
- macos-version: "14"
target: x86_64-apple-darwin
py-platform: macosx-11_0_x86_64
mk-arch: amd64
- macos-version: "11.0"
- macos-version: "14"
target: aarch64-apple-darwin
py-platform: macosx-11_0_arm64
mk-arch: arm64

name: macOS - ${{ matrix.py-platform }}
name: macOS - ${{ matrix.target }}
runs-on: macos-${{ matrix.macos-version }}

steps:
Expand Down Expand Up @@ -300,10 +298,10 @@ jobs:
fail-fast: false
matrix:
include:
- macos-version: "11.0"
- macos-version: "14"
target: x86_64-apple-darwin
mk-arch: amd64
- macos-version: "11.0"
- macos-version: "14"
target: aarch64-apple-darwin
mk-arch: arm64

Expand Down

0 comments on commit f1151bd

Please sign in to comment.