Skip to content

Commit

Permalink
workflows: drop deprecated ubuntu18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierRaynaud committed Jun 6, 2023
1 parent 1ef19dc commit 592fe21
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-kvx-buildroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest]
os: [ubuntu-20.04, ubuntu-latest]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-kvx-cos-llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-latest]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-kvx-elf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-latest]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest]

runs-on: ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-kvx-elf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-latest]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
needs: release
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- name: Download toolchain from build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-kvx-llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-latest]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
needs: release
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- name: Download toolchain from build
Expand Down

0 comments on commit 592fe21

Please sign in to comment.