ladvoc / BijectiveDictionary

A specialized dictionary structure offering bijective mapping and bidirectional O(1) access.
https://jacobgelman.com/posts/swift-bijective-dictionary
MIT License
4 stars 1 forks source link

Refactor CI workflow after Swift 6 official release #11

Open ladvoc opened 2 months ago

ladvoc commented 2 months ago

The current CI workflow uses maxim-lobanov/setup-xcode@v1 to use the Swift 6 beta toolchain. After the official release, this will no longer be required, and it should be replaced with swift-actions/setup-swift@v2. Swift 6 is expected to be released later this month.