plu5 / retype

Practice typing with epub books
7 stars 1 forks source link

fix: MacOS build fails because GitHub changed the standard runner to ARM #27

Closed plu5 closed 1 month ago

plu5 commented 1 month ago

macos-latest is now ARM, which breaks my MacOS builds and backwards compatibility.

macos-13 is still x86_64, so a temporary workaround is to change to that.