Skip to content

Commit

Permalink
Trying to get gcc working again.
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Jun 6, 2024
1 parent ad8c3e2 commit c0ee058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/matrix.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"config": [
{
"name": "Linux GCC 14",
"name": "Linux GCC 12",
"compiler": "gcc",
"version": "14",
"version": "12",
"os": "ubuntu-22.04"
},
{
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/stlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y ninja-build
sudo apt-get install -y libboost-all-dev
sudo apt-get install -y gcc-${{matrix.config.version}} g++-${{matrix.config.version}}
shell: bash

- name: Install dependencies // Windows
Expand Down

0 comments on commit c0ee058

Please sign in to comment.