Skip to content

Commit

Permalink
default to ios 13
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Apr 3, 2024
1 parent 2159a8d commit 4727306
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:
cancel-in-progress: true
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
IOS_DEPLOYMENT_TARGET: '11.0'
IOS_DEPLOYMENT_TARGET: '13.0'
ENABLE_BITCODE: OFF
ENABLE_ARC: OFF
ENABLE_VISIBILITY: OFF
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mac-catalyst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: [master]
paths:
- '.github/workflows/mac-catalyst.yml'
- 'toolchains/ios.toolchain.cmake'
- 'CMakeLists.txt'
- 'cmake/**'
- 'src/*'
Expand All @@ -15,6 +16,7 @@ on:
branches: [master]
paths:
- '.github/workflows/mac-catalyst.yml'
- 'toolchains/ios.toolchain.cmake'
- 'CMakeLists.txt'
- 'cmake/**'
- 'src/*'
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: [master]
paths:
- '.github/workflows/macos.yml'
- 'toolchains/ios.toolchain.cmake'
- 'CMakeLists.txt'
- 'cmake/**'
- 'src/*'
Expand All @@ -19,6 +20,7 @@ on:
branches: [master]
paths:
- '.github/workflows/macos.yml'
- 'toolchains/ios.toolchain.cmake'
- 'CMakeLists.txt'
- 'cmake/**'
- 'src/*'
Expand Down Expand Up @@ -178,8 +180,8 @@ jobs:
cmake --build . -j 4
- name: x86_64-test
run: |
printf "[Processor]\nThreadCount=1\n" > build/tests/SwiftShader.ini
cd build && ctest --output-on-failure -j 4
printf "[Processor]\nThreadCount=1\n" > build-x86_64/tests/SwiftShader.ini
cd build-x86_64 && ctest --output-on-failure -j 4
- name: arm64-shared
run: |
Expand Down

0 comments on commit 4727306

Please sign in to comment.