Skip to content

Commit

Permalink
[feat]: Use latest GA runner
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkodes committed Feb 1, 2024
1 parent fe1b1df commit a90c35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- name: 'iOS 17.2'
destination: 'OS=17.2,name=iPhone 15 Pro'
xcode: 'Xcode_15.2'
runsOn: macos-13
runsOn: macos-14
# - name: 'iOS 16.4'
# destination: 'OS=16.4,name=iPhone 14 Pro'
# xcode: 'Xcode_14.3.1'
# runsOn: macos-13
- name: 'macOS 13, Xcode 15.2'
destination: 'platform=macOS'
xcode: 'Xcode_15.2'
runsOn: macos-13
runsOn: macos-14
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit a90c35c

Please sign in to comment.