UniMath / agda-unimath

The agda-unimath library
https://unimath.github.io/agda-unimath/
MIT License
219 stars 70 forks source link

Pin macOS version to one with Intel runners #1131

Closed VojtechStep closed 5 months ago

VojtechStep commented 5 months ago

The macOS-latest runners are now macOS 14, and GitHub only provides arm64 machines for those. The setup-agda action doesn't have prebuilt binaries of Agda for that, so I'm pinning the macos version to 13.

I also switched the website deployment workflow to run on Ubuntu instead of macos, since the Linux runners are consistently faster for us.