Skip to content

Commit

Permalink
Bump Xcode version to 15.3 (#133)
Browse files Browse the repository at this point in the history
- Updated github runner and Xcode versions

Test Plan:

- Verify CI passes

Signed-off-by: Kassem Wridan <[email protected]>
  • Loading branch information
kwridan authored Apr 15, 2024
1 parent c48fb45 commit 47d8ae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xcdiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

env:
DEVELOPER_DIR: "/Applications/Xcode_14.3.1.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_15.3.app/Contents/Developer"

# Limit GITHUB_TOKEN permissions to read-only for repo contents
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication
Expand All @@ -17,7 +17,7 @@ permissions:
jobs:
lint:
name: Lint
runs-on: macOS-13
runs-on: macOS-14
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand All @@ -27,7 +27,7 @@ jobs:

build:
name: Build & Test
runs-on: macOS-13
runs-on: macOS-14
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
Expand Down

0 comments on commit 47d8ae5

Please sign in to comment.