ksherlock / mpw

Macintosh Programmer's Workshop (mpw) compatibility layer
238 stars 21 forks source link

ci: remove macos-11; add macos-13; upgrade to checkout@v4 and upload-artifact@v4 #69

Closed ryandesign closed 3 months ago

ryandesign commented 3 months ago

CI improvements:

upgrade to checkout@v4 and upload-artifact@v4

checkout@v3 and upload-artifact@v3 are deprecated and will be removed.

remove macos-11; add macos-13

macos-11 will be removed by the end of June; replace it with macos-13. macos-14 a.k.a. macos-latest is already covered by cmake-fat.yml.

ksherlock commented 3 months ago

Thank you!