Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
fix: xcode 12
Browse files Browse the repository at this point in the history
  • Loading branch information
MargarytaKolomiyets committed Nov 29, 2024
1 parent e689aff commit 8815714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-obj-c.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
build_test:
name: Build & Test Objective-C Wrapper
if: "! contains(github.event.head_commit.message, '[skip ci]')"
runs-on: macos-latest
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -43,4 +43,4 @@ jobs:
- name: Build and test wrapper
run: yarn wrapper:obj-c:build
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer

0 comments on commit 8815714

Please sign in to comment.