Update github runner to use GCC 14

This commit is contained in:
aMannus
2025-05-07 23:05:01 +02:00
parent 05e9696ca0
commit 1389da5641

View File

@@ -248,8 +248,8 @@ jobs:
mv README.md readme.txt
mv build-cmake/*.appimage soh.appimage
env:
CC: gcc-12
CXX: g++-12
CC: gcc-14
CXX: g++-14
- name: Upload build
uses: actions/upload-artifact@v4
with: