Skip to content

Commit

Permalink
ubuntu -> 22.04
Browse files Browse the repository at this point in the history
- qt -> 6.8.1
- setup-ci -> 2025.01.02
  • Loading branch information
lkeegan committed Jan 2, 2025
1 parent df63be6 commit 12e8f9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release Builds
on: push
env:
QT_VERSION: "v6.7.2"
QT_VERSION: "v6.8.1"
ZLIB_VERSION: "v1.3.1" # not used for msvc builds
concurrency:
group: release-${{ github.ref }}
Expand All @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: "ubuntu-20.04"
- os: "ubuntu-22.04"
shell: "bash"
CONFIGURE_EXTRAS: "-DFEATURE_xcb=ON -DINPUT_bundled_xcb_xinput=yes -DFEATURE_libudev=OFF"
- os: "macos-13"
Expand All @@ -31,7 +31,7 @@ jobs:
env:
CONFIGURE_EXTRAS: ${{ matrix.CONFIGURE_EXTRAS }}
steps:
- uses: spatial-model-editor/setup-ci@2024.04.23
- uses: spatial-model-editor/setup-ci@2025.01.02
- uses: actions/checkout@v4
- run: ./build.sh
- name: Upload binaries to release if commit is tagged
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ repos:
- id: mixed-line-ending
exclude: '.*\.diff$'
- repo: https://github.com/rhysd/actionlint
rev: v1.7.3
rev: v1.7.5
hooks:
- id: actionlint
- repo: https://github.com/pecigonzalo/pre-commit-shfmt
rev: v2.2.0
hooks:
- id: shell-fmt-go
- repo: https://github.com/google/yamlfmt
rev: v0.13.0
rev: v0.14.0
hooks:
- id: yamlfmt
ci:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ and used instead of the bundled Qt version (does not apply to msvc builds)

Get the latest versions here:

- linux (clang 18 / Ubuntu 20.04): [sme_deps_qt_linux.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_linux.tgz)
- linux (clang 19 / Ubuntu 22.04): [sme_deps_qt_linux.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_linux.tgz)
- osx (Xcode 14.3 / macOS 13 / MACOSX_DEPLOYMENT_TARGET 11): [sme_deps_qt_osx.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_osx.tgz)
- osx-arm64 (Xcode 15.3 / macOS 14): [sme_deps_qt_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_osx-arm64.tgz)
- osx-arm64 (Xcode 16.1 / macOS 14): [sme_deps_qt_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_osx-arm64.tgz)
- win64-mingw (mingw-w64-x86_64-gcc 14): [sme_deps_qt_win64-mingw.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win64-mingw.tgz)
- win32-msvc (VC++ 2015 Toolset): [sme_deps_qt_win32-msvc.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win32-msvc.tgz)
- win64-msvc (VC++ 2015 Toolset): [sme_deps_qt_win64-msvc.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win64-msvc.tgz)
Expand Down

0 comments on commit 12e8f9a

Please sign in to comment.