From c50f811d516de18327b95ef63d8e6b22ceac3f6f Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Mon, 13 May 2024 15:35:33 +0200 Subject: [PATCH] rebuild & update readme: msys mingw gcc has been updated to 14 --- .github/workflows/release.yml | 2 +- .pre-commit-config.yaml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5644f2d..3ab3b8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release Builds on: push env: - LLVM_VERSION: "18.1.5" + LLVM_VERSION: "18.1.5-mingwgcc14" jobs: build: runs-on: ${{ matrix.os }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd39d2b..614aa7f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: mixed-line-ending exclude: '.*\.diff$' - repo: https://github.com/rhysd/actionlint - rev: v1.6.27 + rev: v1.7.0 hooks: - id: actionlint - repo: https://github.com/pecigonzalo/pre-commit-shfmt @@ -19,7 +19,7 @@ repos: hooks: - id: shell-fmt-go - repo: https://github.com/google/yamlfmt - rev: v0.11.0 + rev: v0.12.1 hooks: - id: yamlfmt ci: diff --git a/README.md b/README.md index 4dcd77d..7dc241e 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ Get the latest versions here: - linux (clang 18 / Ubuntu 20.04): [sme_deps_llvm_linux.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_linux.tgz) - osx (Xcode 14.3 / macOS 13): [sme_deps_llvm_osx.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_osx.tgz) - osx-arm64 (Xcode 15.3 / macOS 14): [sme_deps_llvm_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_osx-arm64.tgz) -- win64-mingw (mingw-w64-x86_64-gcc 13): [sme_deps_llvm_win64-mingw.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_win64-mingw.tgz) +- win64-mingw (mingw-w64-x86_64-gcc 14): [sme_deps_llvm_win64-mingw.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_win64-mingw.tgz)