Skip to content

Commit

Permalink
Update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Nov 29, 2024
1 parent fc6b90c commit 7d4a7d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7]
python-version: [3.9]
example:
- "examples/gd32-arduino-blinky"
- "examples/gd32-mbedos-baremetal-blinky"
Expand All @@ -17,11 +17,11 @@ jobs:
- "examples/gd32-e503c_start-spl-blinky"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 7d4a7d8

Please sign in to comment.