Skip to content

Commit

Permalink
Use Xcode 15 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Dec 13, 2023
1 parent 95208c3 commit ec85a9c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CI

on:
pull_request:
types:
Expand All @@ -9,7 +10,7 @@ permissions: {}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}

jobs:
test:
Expand All @@ -26,7 +27,7 @@ jobs:
- { os: macOS, scheme: SimpleKeychain-macOS }
- { os: tvOS, scheme: SimpleKeychain-tvOS }
xcode:
- '14.2'
- '15.0.1'

steps:
- name: Checkout
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
strategy:
matrix:
xcode:
- '14.2'
- '15.0.1'

steps:
- name: Checkout
Expand All @@ -80,7 +81,7 @@ jobs:
strategy:
matrix:
xcode:
- '14.2'
- '15.0.1'

steps:
- name: Checkout
Expand Down

0 comments on commit ec85a9c

Please sign in to comment.