Skip to content

Commit

Permalink
Trying to find a macos config that works without using apple linker
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Apr 7, 2024
1 parent 0db3589 commit 810a93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Update Homebrew
Expand Down

0 comments on commit 810a93b

Please sign in to comment.