We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a942797 commit 31062f5Copy full SHA for 31062f5
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
name: Build (darwin)
83
outputs:
84
GEM_VERSION: ${{ steps.set-metadata.outputs.GEM_VERSION }}
85
- runs-on: macos-12
+ runs-on: macos-14
86
env:
87
TARGET_PLATFORM: ${{ matrix.platform }}-darwin
88
RUBY_TARGET_PLATFORM: ${{ matrix.platform }}-darwin
@@ -352,7 +352,7 @@ jobs:
352
# arm64
353
name: Test (darwin)
354
needs: build-darwin
355
356
steps:
357
- name: Set metadata
358
id: set-metadata
0 commit comments