Skip to content

Commit

Permalink
pinning macos and bumping simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Oct 17, 2024
1 parent 0a9ed2a commit ee4ed70
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,21 +602,21 @@ jobs:
if: ${{ !startsWith(github.ref, 'refs/heads/release/') }}
needs: [mobile-smoke-test-compile]
name: ${{ matrix.unity-version }} iOS ${{ matrix.ios }} Run Smoke Test
runs-on: macos-latest
runs-on: macos-13 # Pinning to get the oldest, supported version of iOS simulator
strategy:
fail-fast: false
matrix:
unity-version: ["2019", "2022", "6000"]
# Check https://support.apple.com/en-us/HT201222 for the latest minor version for a given major one.
# https://developer.apple.com/support/app-store/ shows that of all iOS devices
# - `iOS 16`: 71%
# - `iOS 15`: 20 %
# - the rest: 8 %
# as of May 2, 2023. Therefore, let's stick to testing iOS 15 and `latest` for now.
# - `iOS 17`: 86 %
# - `iOS 16`: 11 %
# - the rest: 3 %
# as of October, 2024. Therefore, let's stick to testing iOS 16 and `latest` for now.
# Numbers as string otherwise GH will reformat the runtime numbers removing the fractions.
# Also make sure to match the versions available here:
# - https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
ios: ["15.4", latest] # last updated May 2023
# - https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
ios: ["16.1", latest] # last updated October 2024

steps:
- name: Checkout
Expand Down

0 comments on commit ee4ed70

Please sign in to comment.