diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-12-09 00:33:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-09 00:33:15 +0100 |
commit | 75b48e6a2bff1258ca4d85ab7887e78772a67a69 (patch) | |
tree | 3ef706bc26febe13f4a8b5bf93824bb00711c317 | |
parent | 03e183c4ccf22bf4031920c3270c9f113cb72d1d (diff) | |
download | jquery-75b48e6a2bff1258ca4d85ab7887e78772a67a69.tar.gz jquery-75b48e6a2bff1258ca4d85ab7887e78772a67a69.zip |
Build: Test on iOS 18, no longer test on iOS 15
Closes gh-5553
-rw-r--r-- | .github/workflows/browserstack.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index ae5b5852d..abaeb0b8d 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -31,9 +31,9 @@ jobs: - 'Edge_latest-1' - 'Firefox_latest' - 'Firefox_latest-1' + - '__iOS_18' - '__iOS_17' - '__iOS_16' - - '__iOS_15' steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |