Skip to content

Commit

Permalink
[GitHub] Check if M1 runners can run Metal
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 5, 2024
1 parent 4aa0df6 commit a49a8c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/macos-metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ on:
jobs:
build:

runs-on: macOS-latest
runs-on: macos-14

steps:
- uses: actions/checkout@v2
- name: Get Submodules
run: ./get_dlc
- name: Compile
run: ./make -g metal --kinc . --from Tests/Empty --compile
- name: Compile and run Test 1
run: ./make --kinc . --from Tests/Shader --run
- name: Compile and Run Test 2 (SIMD)
run: ./make --kinc . --from Tests/SIMD --compile --run
run: ./make --kinc . --from Tests/SIMD --run

0 comments on commit a49a8c6

Please sign in to comment.