Skip to content

Commit 0df94ae

Browse files
authored
ubuntu-18.04を除外 (#18)
1 parent 09dc0c7 commit 0df94ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ jobs:
114114
- os: macos-10.15
115115
- os: macos-11
116116
- os: macos-12
117-
- os: ubuntu-18.04
118117
- os: ubuntu-20.04
118+
- os: ubuntu-22.04
119119
runs-on: ${{ matrix.os }}
120120
steps:
121121
- name: Install LLVM and Clang # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797

0 commit comments

Comments
 (0)