Skip to content

Commit

Permalink
chore: see if can still install 11.7 via action
Browse files Browse the repository at this point in the history
else plan B, bump to next available version, goes into effect
  • Loading branch information
pfeerick authored Jun 19, 2024
1 parent 23e50f9 commit e627aec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/macosx_cpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
runs-on: macos-12

steps:
- name: Install XCode 11.7
uses: sinoru/actions-setup-xcode@v2
with:
xcode-version: '11.7' # Exact version of a Xcode version to use
apple-id: ${{ secrets.APPLE_ID }}
apple-id-password: ${{ secrets.APPLE_ID_PASSWORD }}

- name: Select XCode version
uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit e627aec

Please sign in to comment.