Skip to content

Commit

Permalink
trying xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruin-NR committed Nov 14, 2024
1 parent 3ce9333 commit a6a91b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
xcode-version: '15.4'

- name: Install lcov
run: |
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
xcode-version: '15.4'

- name: Install lcov
run: brew install lcov
Expand All @@ -78,7 +78,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
xcode-version: '15.4'

- name: Install lcov
run: brew install lcov
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
xcode-version: '15.4'

- name: Install the Apple certificate and provisioning profile
env:
Expand Down

0 comments on commit a6a91b9

Please sign in to comment.