Skip to content

Commit 10ea9c6

Browse files
authored
Bumped Ubuntu version to a supported one and update release version. (#139)
1 parent 1366ef4 commit 10ea9c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
shell: pwsh
9393
strategy:
9494
matrix:
95-
OS: [ubuntu-20.04, windows-2022]
95+
OS: [ubuntu-latest, windows-2022]
9696

9797
env:
9898
DEB_INSTALLATION_PATH: /usr

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.16)
1717
set(CMAKE_CXX_STANDARD 14)
1818

1919
project(OpenCL-SDK
20-
VERSION 2025.07.22
20+
VERSION 2025.07.23
2121
LANGUAGES
2222
C CXX
2323
)

0 commit comments

Comments
 (0)