Skip to content

Commit

Permalink
ci: update darwin runners
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed Aug 5, 2024
1 parent 8459015 commit a94c79a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: "macos-11"
runs-on: "macos-14"

steps:
- name: "checkout repo"
Expand All @@ -21,6 +21,9 @@ jobs:
- name: "Install Rust (ARM)"
shell: bash
run: "rustup target add aarch64-apple-darwin"
- name: "Install Rust Intel"
shell: bash
run: "rustup target add x86_64-apple-darwin"
- name: "Build (Intel)"
shell: bash
run: |
Expand Down

0 comments on commit a94c79a

Please sign in to comment.