Skip to content

Commit 119e086

Browse files
committed
try? macos 14 -> 13 for x86_64
1 parent 31062f5 commit 119e086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: Build (darwin)
8383
outputs:
8484
GEM_VERSION: ${{ steps.set-metadata.outputs.GEM_VERSION }}
85-
runs-on: macos-14
85+
runs-on: macos-13
8686
env:
8787
TARGET_PLATFORM: ${{ matrix.platform }}-darwin
8888
RUBY_TARGET_PLATFORM: ${{ matrix.platform }}-darwin
@@ -352,7 +352,7 @@ jobs:
352352
# arm64
353353
name: Test (darwin)
354354
needs: build-darwin
355-
runs-on: macos-14
355+
runs-on: macos-13
356356
steps:
357357
- name: Set metadata
358358
id: set-metadata

0 commit comments

Comments
 (0)