Move back to 14 for CI builds

This commit is contained in:
Kyle Mayes
2022-09-22 06:21:27 -04:00
parent 5359a5d175
commit 8df39711c8
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
clang: [["16.0", "clang_16_0"]]
clang: [["14.0", "clang_14_0"]]
rust: ["1.40.0"]
steps:
- name: Checkout Repository