Skip to content

Commit

Permalink
Move jobs to macos-15 and iOS18
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelHolec committed Nov 12, 2024
1 parent 52e6126 commit ff61d1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
strategy:
matrix:
device: ["iPhone SE (3rd generation)"]
os_version: ["17.0"]
runs-on: macos-14
os_version: ["18.0"]
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Test
Expand All @@ -47,8 +47,8 @@ jobs:
strategy:
matrix:
device: ["iPhone SE (3rd generation)"]
os_version: ["17.0"]
runs-on: macos-14
os_version: ["18.0"]
runs-on: macos-15
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ff61d1a

Please sign in to comment.