Skip to content

Commit

Permalink
Update CI script to reference the xcodesorg/made/xcodes package (sq…
Browse files Browse the repository at this point in the history
  • Loading branch information
robmaceachern authored Jul 17, 2023
1 parent 3720f95 commit f9bad5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_${{ env.xcode_version }}.app

- name: Install xcodes
run: brew install aria2 robotsandpencils/made/xcodes
run: brew install aria2 xcodesorg/made/xcodes

- name: Install iOS ${{ matrix.sdk }}
run: sudo xcodes runtimes install "iOS ${{ matrix.sdk }}"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Internal

- Update CI script to reference the `xcodesorg/made/xcodes` package for installing simulator runtimes.

# Past Releases

## [2.0.0] - 2023-05-02
Expand Down

0 comments on commit f9bad5f

Please sign in to comment.