Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
83ab6a10
Commit
83ab6a10
authored
Jun 15, 2023
by
Samir Halilcevic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update runner windows2019 -> windows-2022
parent
fb410352
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.ci/windows/build.cmd
.ci/windows/build.cmd
+1
-1
.github/workflows/check-windows.yml
.github/workflows/check-windows.yml
+1
-1
No files found.
.ci/windows/build.cmd
View file @
83ab6a10
cmake
.exe
^
-S
.
^
-B
build
^
-G
"Visual Studio 1
6 2019
"
^
-G
"Visual Studio 1
7 2022
"
^
-C
".ci\debug-flags.cmake"
^
-DCAF
_ENABLE_ROBOT_TESTS
=
ON
^
-DBUILD
_SHARED_LIBS
=
OFF
^
...
...
.github/workflows/check-windows.yml
View file @
83ab6a10
...
...
@@ -6,7 +6,7 @@ on:
-
master
jobs
:
Windows
:
runs-on
:
windows-20
19
runs-on
:
windows-20
22
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
egor-tensin/vs-shell@v2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment