aklomp / base64

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

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

Open mayeut opened 1 month ago

mayeut commented 1 month 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.