Skip to content

Commit d2c8d65

Browse files
authored
fix(CI): Use macos-13 for static-builds (#603)
as macos-14 only provide arm builds now. Related: actions/runner-images#9741
1 parent f318b95 commit d2c8d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
static-bin-macos:
7373
name: Builds static Macos binaries
7474
if: ${{ github.event_name != 'schedule' || github.repository == 'ocaml-sf/learn-ocaml' }}
75-
runs-on: macos-latest
75+
runs-on: macos-13
7676
env:
7777
OPAMYES: 1
7878
OPAMDEPEXTYES: 1

0 commit comments

Comments
 (0)