Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
try? macos 14 -> 13 for x86_64
  • Loading branch information
bnoordhuis committed Jan 27, 2025
commit 119e08684189ba902422e1492e40ec6c0e32ad47
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
name: Build (darwin)
outputs:
GEM_VERSION: ${{ steps.set-metadata.outputs.GEM_VERSION }}
runs-on: macos-14
runs-on: macos-13
env:
TARGET_PLATFORM: ${{ matrix.platform }}-darwin
RUBY_TARGET_PLATFORM: ${{ matrix.platform }}-darwin
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
# arm64
name: Test (darwin)
needs: build-darwin
runs-on: macos-14
runs-on: macos-13
steps:
- name: Set metadata
id: set-metadata
Expand Down
Loading