We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1366ef4 commit 10ea9c6Copy full SHA for 10ea9c6
.github/workflows/release.yml
@@ -92,7 +92,7 @@ jobs:
92
shell: pwsh
93
strategy:
94
matrix:
95
- OS: [ubuntu-20.04, windows-2022]
+ OS: [ubuntu-latest, windows-2022]
96
97
env:
98
DEB_INSTALLATION_PATH: /usr
CMakeLists.txt
@@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.16)
17
set(CMAKE_CXX_STANDARD 14)
18
19
project(OpenCL-SDK
20
- VERSION 2025.07.22
+ VERSION 2025.07.23
21
LANGUAGES
22
C CXX
23
)
0 commit comments