Skip to content

Commit

Permalink
Amalgam-build-container-linux->2.08
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett committed Oct 10, 2024
1 parent 23609de commit a48a880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build-linux:
runs-on: ubuntu-latest
container:
image: ghcr.io/howsoai/amalgam-build-container-linux:2.0.7
image: ghcr.io/howsoai/amalgam-build-container-linux:2.0.8
credentials:
username: ${{ github.actor }}
password: ${{ github.token }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ Pre-built binaries use CMake+Ninja for CI/CD. See [PR workflow](.github/workflow

Though Amalgam is intended to support any C++17 compliant compiler, the current specific tool and OS versions used are:

* CMake 3.23
* Ninja 1.11
* CMake 3.30
* Ninja 1.10
* Windows:
* Visual Studio 2022 v143
* Linux:
Expand Down

0 comments on commit a48a880

Please sign in to comment.