Skip to content

Commit 728c9f8

Browse files
committed
Fix iOS dinghy test in CI
1 parent 4a54edf commit 728c9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ jobs:
505505
# if: ${{ env.FULL }}
506506
if: ${{ github.head_ref == 'new-versions' || github.ref_name == 'ci-full' }}
507507
name: Test on iOS simulator w. dinghy
508-
runs-on: macos-11
508+
runs-on: macos-13
509509
needs:
510510
- fmt
511511
- lint

0 commit comments

Comments
 (0)