SwiftTerm icon indicating copy to clipboard operation
SwiftTerm copied to clipboard

Fixed CI

Open Kotivskyi opened this issue 1 year ago • 2 comments

  • bumped xcode version to 15.4, since 14.2 is not available on macos-latest (mac os 15) runner
  • fixed iOS simulator build.: disabled arm64 architecture build, since SwiftSH does not supports it

Kotivskyi avatar Dec 03 '24 15:12 Kotivskyi

There is failing unit tests set SwiftTermTests that has dependency esctest which I assume is present on your local environment. Do you think it will be fair to disable them when executing github CI?

Kotivskyi avatar Dec 03 '24 17:12 Kotivskyi

Mhm, esctest should be public, I think it would be nice to bring into the CI rather than removing it.

migueldeicaza avatar Dec 03 '24 19:12 migueldeicaza