Add newer CI versions (#704)
* Add newer CI versions
* Fix old and new versions
* Add debian repos
* Fix typo
* Try add keys
* Update main.yml
* Revert broken changes
* Whitespace fix
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 96fd9a1..05c578c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -199,7 +199,15 @@
- os: ubuntu-latest
compiler: clang
version: "13"
-
+
+ - os: ubuntu-latest
+ compiler: clang
+ version: "14"
+
+ - os: ubuntu-latest
+ compiler: clang
+ version: "15"
+
- os: macOS-10.15
compiler: xcode
version: "10.3"
@@ -215,6 +223,10 @@
- os: macOS-latest
compiler: xcode
version: "13.2.1"
+
+ - os: macos-12
+ compiler: xcode
+ version: "14.0.1"
- os: macOS-latest
compiler: gcc