Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
376 stars 19 forks source link

Update github action workflows to account for deprecation of macos-12 runner and move of ubuntu-latest runner to ubuntu-24.04 #1878

Closed fghalasz closed 1 week ago

fghalasz commented 1 week ago

Update github action workflows to account for deprecation of macos-12 runner and move of ubuntu-latest to ubuntu-24.04.

Removed use of ubuntu-latest and macos-latest in favor of explicit versions (macos-14, ubuntu-24.04) in order to prevent issues when *-latest changes without our notice.