aklomp / base64

Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
BSD 2-Clause "Simplified" License
890 stars 165 forks source link

chore(ci): update deprecated actions & runners, add macos arm64 tests #144

Closed mayeut closed 2 months ago

mayeut commented 4 months ago

With macOS-11 runner removal, the test workflow is failing: use macOS-12 and enable AVX2 testing on macOS. Update actions/checkout to v4 to remove the node.js deprecation warning. Add macOS-14 arm64 tests.