Skip to content

Commit

Permalink
chore: out of curiosity, what actually breaks with xcode 13?
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick authored Jun 30, 2024
1 parent e627aec commit 95c6102
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/macosx_cpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,10 @@ 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:
xcode-version: '11.7'
xcode-version: '13.2.1'

- name: Check out the repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -80,19 +73,9 @@ jobs:
- name: Install dfu-util
run: brew install dfu-util

- name: Select XCode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.2.1'

- name: Install SDL2
run: brew install SDL2

- name: Select XCode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '11.7'

- name: Build
working-directory: ${{github.workspace}}
shell: bash
Expand Down

0 comments on commit 95c6102

Please sign in to comment.