aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-01-01 00:26:53 +0100
committerShauren <shauren.trinity@gmail.com>2023-08-12 14:24:30 +0200
commit97c977d0fba75183f58062f124402530a91dac9b (patch)
tree2978994b07dfcec014e9be42d379dde01d9888df /.github/workflows
parent85fc9d93b5e89d09b61a271e05e7de8a3dca2359 (diff)
Build: Update required compilers to current debian stable and VS 2022
GCC: 10 Clang: 11 MSVC: 2022 (cherry picked from commit 0a1b40241a12b2b2f4549edf0ee263e91236145b)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/gcc-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/gcc-build.yml b/.github/workflows/gcc-build.yml
index 4438a1ae89e..73830ebbd5a 100644
--- a/.github/workflows/gcc-build.yml
+++ b/.github/workflows/gcc-build.yml
@@ -11,8 +11,8 @@ jobs:
- uses: actions/checkout@v2
- name: Dependencies
run: |
- sudo apt-get update && sudo apt-get install -yq libboost-all-dev g++-8
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 100 --slave /usr/bin/g++ g++ /usr/bin/g++-8
+ sudo apt-get update && sudo apt-get install -yq libboost-all-dev g++-10
+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 --slave /usr/bin/g++ g++ /usr/bin/g++-10
- name: Setup
run: |
mkdir bin