-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🏗Build: Components updated. - libjpeg 3.0.3 - libjxl v0.10.2 - libexpat R_2_6_2 * 🏗Build: GitHub Action for Windows updated to QT 6.7.0 * 🏗Build: GitHub Action for Mac updated macos-latest. * 🏗Build:kimageformats submodule updated to the c2fabef50190a9c2bf2dcbe851b0d39c9951d7f4.
- Loading branch information
1 parent
338c854
commit 5584bcc
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
|
||
jobs: | ||
build: | ||
runs-on: macos-13 | ||
runs-on: macos-latest | ||
|
||
steps: | ||
- name: checkout | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule kimageformats
updated
7 files
+1 −1 | .kde-ci.yml | |
+5 −3 | CMakeLists.txt | |
+ − | autotests/read/xcf/birthday16.png | |
+ − | autotests/read/xcf/birthday32.png | |
+104 −35 | src/imageformats/tga.cpp | |
+3 −0 | src/imageformats/tga_p.h | |
+1 −1 | src/imageformats/xcf.cpp |