Skip to content

Try switching to macos-14-large #4

Try switching to macos-14-large

Try switching to macos-14-large #4

Workflow file for this run

name: Build Artifacts
on: [push]
jobs:
build-linux-artifact:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
build-osx-intel-artifact:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: make
run: make
build-osx-arm-artifact:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make