Skip to content

Commit

Permalink
Bump Xcode version to 14.3.1 (#127)
Browse files Browse the repository at this point in the history
- Bumped github workflow to build with macOS 13 images + Xcode 14.3.1
- Updated minimum OS to be 10.15 (as that is the minimum by some of the newer versions of the dependencies - e.g. SwiftToolsSupport)

Test Plan:

- Verify CI passes

Signed-off-by: Kassem Wridan <[email protected]>
  • Loading branch information
kwridan authored Oct 2, 2023
1 parent a2c5476 commit 9baa4dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_14.3.1.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-12
runs-on: macOS-13
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand All @@ -27,7 +27,7 @@ jobs:

build:
name: Build & Test
runs-on: macOS-12
runs-on: macOS-13
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "xcdiff",
platforms: [
.macOS(.v10_13),
.macOS(.v10_15),
],
products: [
.executable(
Expand Down

0 comments on commit 9baa4dd

Please sign in to comment.