Skip to content

Commit

Permalink
CI: Use older Ubuntu version for MakeCode.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Jul 10, 2024
1 parent 7e095ba commit a9925d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pxt-flags: ["PXT_NODOCKER=1", ""]
fail-fast: false
name: Build MakeCode ${{ matrix.pxt-flags && '(nodocker)' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Setup Python 3.9
uses: actions/setup-python@v5
Expand Down

0 comments on commit a9925d3

Please sign in to comment.