Skip to content

Commit

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

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

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 --run

0 comments on commit d480ddb

Please sign in to comment.