Skip to content

Commit

Permalink
gha matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ishitani committed Apr 21, 2024
1 parent 80062e3 commit a0c66e2
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,18 @@ on:
###############################################

jobs:
build_mac_arm64:
name: "MacOS 14 arm64 clang"
runs-on: macos-14
# build_mac_arm64:
build_posix:
name: '${{ matrix.os }}'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-14, macos-12]

# name: "MacOS 14 arm64 clang"
# runs-on: macos-14

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -47,13 +56,11 @@ jobs:
basedir: ${{ github.workspace }}/target

- name: Upload artifact
# env:
# ARTIFACT_NAME: cuemol2_${{ runner.os }}_${{ runner.arch }}.tar.bz2
uses: actions/upload-artifact@v4
with:
name: cuemol2_macos_arm64
path: ${{ steps.build-artifact.outputs.artifact-path }}
# path: ${{ env.ARTIFACT_NAME }}


# build_linux_x64:
# name: "Linux ubuntu 22.04 x64 gcc"
Expand Down

0 comments on commit a0c66e2

Please sign in to comment.