Skip to content

Commit

Permalink
Specify to use Xcode 14.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andooown committed Sep 4, 2023
1 parent 731ae2a commit 9221c94
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,29 @@ on:
- main
pull_request:

env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app

jobs:
build:
name: Build
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Build
run: make build-library

test:
name: Test
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Test
run: make test-library

build-example:
name: Build Example app
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit 9221c94

Please sign in to comment.