Skip to content

Commit

Permalink
ci: revert macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Nov 13, 2024
1 parent f4e6d6c commit c52d09d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- runs-on: ubuntu-22.04
zig_target: riscv64-linux-musl

- runs-on: macos-14
- runs-on: macos-12
zig_target: aarch64-macos-none

- runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetch-configlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04

- os: macos
runs-on: macos-14
runs-on: macos-12

- os: windows
runs-on: windows-2022
Expand Down

0 comments on commit c52d09d

Please sign in to comment.