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 b705732 commit ecb46f9Copy full SHA for ecb46f9
.github/workflows/mpy_format.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
test:
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04 # use 20.04 to get python2
13
steps:
14
- uses: actions/checkout@v3
15
- name: Install packages
.github/workflows/ports_unix.yml
@@ -98,7 +98,7 @@ jobs:
98
run: tests/run-tests.py --print-failures
99
100
nanbox:
101
102
103
104
0 commit comments