compile-sketches icon indicating copy to clipboard operation
compile-sketches copied to clipboard

Support for latest Mac and Windows OS

Open M-ichae-l opened this issue 1 year ago • 0 comments
trafficstars

Describe the request

It is possible to let this action runs under

  • windows-latest
  • macos-latest

Describe the current behavior

I have tried the following set up, gives many errors

    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [ubuntu-latest, windows-latest, macos-latest]

'arduino/compile-sketches' version

main / v1.1.0

Additional context

No response

Issue checklist

  • [X] I searched for previous requests in the issue tracker
  • [X] I verified the feature was still missing when using the latest version
  • [X] My request contains all necessary details

M-ichae-l avatar Mar 15 '24 05:03 M-ichae-l