Skip to content

Commit

Permalink
Update llvm toolchains (ubuntu-latest no longer has libtinfo.so)
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-aria committed Oct 11, 2024
1 parent 7ffaa66 commit e7071ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup arm-none-eabi-gcc
Expand All @@ -52,7 +52,7 @@ jobs:

strategy:
matrix:
version: [latest, '13.2.Rel1', '12.3.Rel1', '11.3.Rel1', '10.3-2021.10', '9-2020-q2']
version: [latest, '13.3.Rel1', '12.3.Rel1', '11.3.Rel1', '10.3-2021.10', '9-2020-q2']

steps:
- name: Checkout
Expand All @@ -79,7 +79,7 @@ jobs:

strategy:
matrix:
version: [latest, '17.0.1', '16.0.0']
version: [latest, '19.1.1', '18.1.3', '17.0.1']

steps:
- name: Checkout
Expand Down

0 comments on commit e7071ed

Please sign in to comment.