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
1 parent 5be7110 commit b5553fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
macOS:
name: Unit Test macOS
runs-on: macos-11
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app
WORKSPACE_NAME: IGListKit.xcworkspace
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b5553fb

Please sign in to comment.