Skip to content

Commit 2f0e0be

Browse files
committed
ubuntu -> 22.04
- llvm -> 19.1.6 - setup-ci -> 2025.01.02
1 parent e9b12d0 commit 2f0e0be

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release Builds
22
on: push
33
env:
4-
LLVM_VERSION: "18.1.8"
4+
LLVM_VERSION: "19.1.6"
55
concurrency:
66
group: release-${{ github.ref }}
77
cancel-in-progress: true
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- os: "ubuntu-20.04"
15+
- os: "ubuntu-22.04"
1616
shell: "bash"
1717
LLVM_TARGETS_TO_BUILD: "X86"
1818
- os: "macos-13"
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
LLVM_TARGETS_TO_BUILD: ${{ matrix.LLVM_TARGETS_TO_BUILD }}
3434
steps:
35-
- uses: spatial-model-editor/setup-ci@2024.04.23
35+
- uses: spatial-model-editor/setup-ci@2025.01.02
3636
- uses: actions/checkout@v4
3737
- name: Build script
3838
run: ./build.sh

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: end-of-file-fixer
66
exclude: '.*\.diff$'
@@ -11,15 +11,15 @@ repos:
1111
- id: mixed-line-ending
1212
exclude: '.*\.diff$'
1313
- repo: https://github.com/rhysd/actionlint
14-
rev: v1.7.1
14+
rev: v1.7.5
1515
hooks:
1616
- id: actionlint
1717
- repo: https://github.com/pecigonzalo/pre-commit-shfmt
1818
rev: v2.2.0
1919
hooks:
2020
- id: shell-fmt-go
2121
- repo: https://github.com/google/yamlfmt
22-
rev: v0.13.0
22+
rev: v0.14.0
2323
hooks:
2424
- id: yamlfmt
2525
ci:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Get the latest versions here:
66

7-
- 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)
7+
- linux (clang 19 / Ubuntu 22.04): [sme_deps_llvm_linux.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_linux.tgz)
88
- 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)
9-
- 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)
9+
- osx-arm64 (Xcode 16.1 / 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)
1010
- 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)

0 commit comments

Comments
 (0)