Skip to content

Commit ae84d8b

Browse files
authored
ci: fix enable to find a destination matching the provided destination specifier (#30)
1 parent e8a02e4 commit ae84d8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
make build-android
6969
7070
build-example-app-ios:
71-
runs-on: macos-15-xlarge
71+
runs-on: macos-14-xlarge
7272
timeout-minutes: 45
7373
steps:
7474
- uses: actions/checkout@v4

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
ios-integration-test:
17-
runs-on: macos-15-xlarge
17+
runs-on: macos-14-xlarge
1818
timeout-minutes: 30
1919
env:
2020
XCODE_VERSION: '16.2'

0 commit comments

Comments
 (0)