Skip to content

Commit

Permalink
[CI] Switch to Apple Silicon for Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
banach-space committed Jun 17, 2024
1 parent 56e4422 commit 308f173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: x86-Darwin
name: Apple Silicon

on:
push:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-14
strategy:
matrix:
type: [Debug, Release]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
llvm-tutor
=========
[![x86-Darwin](https://github.com/banach-space/llvm-tutor/actions/workflows/x86-darwin.yml/badge.svg?branch=main)](https://github.com/banach-space/llvm-tutor/actions/workflows/x86-darwin.yml)
[![x86-Ubuntu](https://github.com/banach-space/llvm-tutor/actions/workflows/x86-ubuntu.yml/badge.svg?branch=main)](https://github.com/banach-space/llvm-tutor/actions/workflows/x86-ubuntu.yml)
[![Apple Silicon](https://github.com/banach-space/llvm-tutor/actions/workflows/x86-ubuntu.yml/badge.svg?branch=main)](https://github.com/banach-space/llvm-tutor/actions/workflows/x86-ubuntu.yml)


Example LLVM passes - based on **LLVM 18**
Expand Down

0 comments on commit 308f173

Please sign in to comment.