dherault / serverless-offline

Emulate AWS λ and API Gateway locally when developing your Serverless project
MIT License
5.19k stars 795 forks source link

Update macos-12 in workflows to macos-latest #1781

Closed DorianMazur closed 2 months ago

DorianMazur commented 5 months ago

Feature Request

Recently github introduced new macos-14 that uses arm64. This is not compatible with some actions: https://github.com/actions/runner-images/issues/9770 https://github.com/actions/setup-java/issues/625 We should eventually switch to new Macs as soon as these issues are resolved.