Skip to content

Commit

Permalink
👷 Swift 5.9 사용
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos committed Nov 25, 2023
1 parent 14f5f04 commit 6208bc4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Xcode_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Xcode
if: ${{ !env.ACT }}
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'

- name: 🧪 Test ${{ matrix.package }}
run: |
echo "🧪 Testing ${{ matrix.package }}"
Expand Down

0 comments on commit 6208bc4

Please sign in to comment.