Skip to content

Commit

Permalink
fix(CI): Use macos-13 for static-builds (#603)
Browse files Browse the repository at this point in the history
as macos-14 only provide arm builds now.

Related: actions/runner-images#9741
  • Loading branch information
erikmd committed Jul 26, 2024
1 parent f318b95 commit d2c8d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
static-bin-macos:
name: Builds static Macos binaries
if: ${{ github.event_name != 'schedule' || github.repository == 'ocaml-sf/learn-ocaml' }}
runs-on: macos-latest
runs-on: macos-13
env:
OPAMYES: 1
OPAMDEPEXTYES: 1
Expand Down

0 comments on commit d2c8d65

Please sign in to comment.