Skip to content

Commit

Permalink
Fixing breakage.
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Jun 6, 2024
1 parent c0ee058 commit 7376a38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/matrix.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"config": [
{
"name": "Linux GCC 12",
"name": "Linux GCC 13",
"compiler": "gcc",
"version": "12",
"os": "ubuntu-22.04"
"version": "13",
"os": "ubuntu-24.04"
},
{
"name": "Linux Clang 15",
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/stlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
if: ${{ startsWith(matrix.config.os, 'windows') }}
run: |
choco install --yes ninja
vcpkg install boost-test:x64-windows boost-multiprecision:x64-windows boost-variant:x64-windows
choco install --yes boost-msvc-14.3
# vcpkg install boost-test:x64-windows boost-multiprecision:x64-windows boost-variant:x64-windows
shell: cmd

- name: Install dependencies // Linux Emscripten
Expand Down

0 comments on commit 7376a38

Please sign in to comment.