Skip to content

Commit

Permalink
Update CMSIS-Toolbox and test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed May 7, 2024
1 parent b69ceb0 commit c727c92
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,22 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ macos-12, ubuntu-20.04, windows-2022 ]
os: [ macos-13, macos-14, ubuntu-20.04, ubuntu-22.04, windows-2022 ]
include:
- os: macos-12
target: darwin64
- os: macos-13
target: darwin-amd64
archiveext: tar.gz
unarcmd: tar -xzf
- os: macos-14
target: darwin-arm64
archiveext: tar.gz
unarcmd: tar -xzf
- os: ubuntu-20.04
target: linux64
target: linux-amd64
archiveext: tar.gz
unarcmd: tar -xzf
- os: ubuntu-22.04
target: linux-amd64
archiveext: tar.gz
unarcmd: tar -xzf
- os: windows-2022
Expand Down Expand Up @@ -121,7 +129,7 @@ jobs:
- name: Install CMSIS-Toolbox
shell: bash
run: |
curl -L https://github.com/Open-CMSIS-Pack/devtools/releases/download/tools%2Ftoolbox%2F1.0.0/cmsis-toolbox-${{ matrix.target }}.${{ matrix.archiveext }} -o cmsis-toolbox-${{ matrix.target }}.${{ matrix.archiveext }}
curl -L https://github.com/Open-CMSIS-Pack/cmsis-toolbox/releases/download/2.3.0/cmsis-toolbox-${{ matrix.target }}.${{ matrix.archiveext }} -o cmsis-toolbox-${{ matrix.target }}.${{ matrix.archiveext }}
${{ matrix.unarcmd }} cmsis-toolbox-${{ matrix.target }}.${{ matrix.archiveext }}
echo "$(pwd)/cmsis-toolbox-${{ matrix.target }}/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit c727c92

Please sign in to comment.