Autodesk / coroutineworker

Kotlin Coroutine-based workers for native
Apache License 2.0
370 stars 24 forks source link

Bump kotlin version and coroutineworker version #90

Closed DanielRBaird closed 2 years ago

DanielRBaird commented 2 years ago

No migration changes for once. Nice.

DanielRBaird commented 2 years ago

Oof. Looks like we need a newer Xcode version to be used to build.

benasher44 commented 2 years ago

Hmm weird. I'll look more today

DanielRBaird commented 2 years ago

I thought this was going to be simple, but Jesse Squires suggestions don't seem to be working for me. https://www.jessesquires.com/blog/2020/01/06/selecting-an-xcode-version-on-github-ci/

Although.... it appears to work for others. https://github.com/SwiftUIX/SwiftUIX/actions/runs/1369216708/workflow

I'll play around with it and figure something out.

DanielRBaird commented 2 years ago

Looks like the trick is to specify both Xcode 12.5.1 and macOS 11.

DanielRBaird commented 2 years ago

don't forget README update as well!

Yep, I'll update when I do the release. Probably won't get around to that til tomorrow.