Skip to content

Commit

Permalink
Use latest version of CI OS
Browse files Browse the repository at this point in the history
  • Loading branch information
loostrum committed Nov 1, 2024
1 parent d0cd2ec commit 3823cd6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-22.04"]
os: ["ubuntu-latest"]
device: ["F401", "F411", "F407"]
# test other OS for default device type
include:
- os: "macos-11"
- os: "macos-latest"
device: "F411"
- os: "windows-latest"
device: "F411"
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/build_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-22.04', 'macos-11']
gcc-version: ['10', '11', '12']
python-version: ['3.10']
os: ["ubuntu-latest", "macos-latest"]
gcc-version: ["10", "11", "12"]
python-version: ["3.11"]
# test on multiple python versions for a single os compiler combination
include:
- os: 'ubuntu-22.04'
gcc-version: '12'
python-version: '3.8'
- os: 'ubuntu-22.04'
gcc-version: '12'
python-version: '3.9'
- os: "ubuntu-latest"
gcc-version: "12"
python-version: "3.10"
steps:
- uses: actions/checkout@v4
- name: Setup python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- run: pip install "cpplint<2"
- run: cpplint --recursive --quiet --extensions cpp,cc,ino host device python

0 comments on commit 3823cd6

Please sign in to comment.