Skip to content

Commit

Permalink
runner.osのUbuntu-18.04 がサポート切れていたので削除し、Ubuntu-22.04を新たに追加 (VOICEVOX#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty2501 authored Aug 24, 2022
1 parent f54c9c6 commit b8b8459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
additional-features: ""
- os: macos-12
additional-features: ""
- os: ubuntu-18.04
additional-features: ""
- os: ubuntu-20.04
additional-features: ""
- os: ubuntu-22.04
additional-features: ""
runs-on: ${{ matrix.os }}
steps:
- name: Install LLVM and Clang # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797
Expand Down

0 comments on commit b8b8459

Please sign in to comment.