mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-23 23:05:59 -04:00
Update github runner to use GCC 14
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user