Skip to content

Commit

Permalink
[gh-actions] Switch from macos-latest (14) to macos-12
Browse files Browse the repository at this point in the history
Seems there are a bunch of problems with linking to the Homebrew installed
libraries on MacOS 14, so this is a temporary fix to get the GH Action somewhat
working again.
  • Loading branch information
ejurgensen committed May 31, 2024
1 parent 2bb97c8 commit 75fe3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-12

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 75fe3f1

Please sign in to comment.