Skip to content

Commit

Permalink
rollback to macOS 10.15 for UITests
Browse files Browse the repository at this point in the history
  • Loading branch information
3a4oT committed Aug 19, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 5be7110 commit b3e7040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -123,9 +123,9 @@ jobs:

Build-Examples:
name: Build Examples and UI tests.
runs-on: macos-11
runs-on: macos-10.15
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app
DEVELOPER_DIR: /Applications/Xcode_12.4.app
IOS_EXAMPLE_WORKSPACE: Examples/Examples-iOS/IGListKitExamples.xcworkspace
TVOS_EXAMPLE_WORKSPACE: Examples/Examples-tvOS/IGListKitExamples.xcworkspace
MACOS_EXAMPLE_WORKSPACE: Examples/Examples-macOS/IGListKitExamples.xcworkspace

0 comments on commit b3e7040

Please sign in to comment.