Skip to content

Commit

Permalink
Update Xcode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Oct 28, 2024
1 parent 91ba20c commit 3ad6290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "CI Tests (Xcode 16.1 Beta)"
name: "CI Tests (Xcode 16.1)"

on:
pull_request:
types: [opened, synchronize, reopened]

env:
XCODE_VERSION: "16.1-beta"
XCODE_VERSION: "16.1"

jobs:
changes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI Tests"
name: "CI Tests (Xcode 15.4)"

on:
pull_request:
Expand Down

0 comments on commit 3ad6290

Please sign in to comment.