Skip to content

Commit

Permalink
ci/macos: run with macos-13
Browse files Browse the repository at this point in the history
Running with macos-latest (14) fails, because 

===> /Users/runner/work/eturnal/eturnal/c_src/fast_tls.c:21:10: fatal error: 'openssl/err.h' file not found

Difference: Intel vs. AppleM1 , so we need to understand which paths/variables to set. Afterwards we revert back to macos-latest (14).
  • Loading branch information
sando38 authored Jul 31, 2024
1 parent cfb0f28 commit c3bd324
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 @@ -16,7 +16,7 @@ jobs:

ci:
name: CI | macOS with homebrew
runs-on: macos-latest
runs-on: macos-13

steps:
- name: Check out repository code
Expand Down

0 comments on commit c3bd324

Please sign in to comment.