We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb9cfe commit 4a6b392Copy full SHA for 4a6b392
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
build-py-script:
11
strategy:
12
matrix:
13
- os: [ubuntu-22.04, macos-13, windows-2019]
+ os: [ubuntu-22.04, macos-13, windows-2022]
14
gcc: ['6-2016-q4', 'latest'] # Min version 6.2 as used in pext/yotta:latest docker image
15
cmake: ['3.6.0', ''] # Empty string installs the latest CMake release
16
exclude:
0 commit comments