Skip to content

Commit

Permalink
Fixed strings
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeShirley committed Sep 9, 2023
1 parent a5f9378 commit 28b3226
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: CI

env:
XCODE_VERSION: 14.2.0

on:
push:
branches:
Expand All @@ -25,7 +22,7 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
name: Set Xcode Version
with:
xcode-version: "$XCODE_VERSION"
xcode-version: "14.2.0"

- name: "Test SDK versions"
run: |
Expand Down Expand Up @@ -60,7 +57,7 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
name: Set Xcode Version
with:
xcode-version: "$XCODE_VERSION"
xcode-version: "14.2.0"

- name: "Test SDK versions"
run: |
Expand Down

0 comments on commit 28b3226

Please sign in to comment.