Skip to content

Merge pull request #911 from RblSb/rgba64u #2866

Merge pull request #911 from RblSb/rgba64u

Merge pull request #911 from RblSb/rgba64u #2866

Workflow file for this run

name: macOS (Metal)
on:
push:
branches:
- v2
pull_request:
branches:
- v2
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Get Submodules
run: ./get_dlc
- name: Compile
run: ./make -g metal --kore . --from Tests/Empty --compile
- name: Compile and Run Test 2 (SIMD)
run: ./make --kore . --from Tests/SIMD --run