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 08d6ba9 commit 7b16ec8Copy full SHA for 7b16ec8
.github/workflows/build_vsharp.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
build:
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
9
steps:
10
- name: Checkout VSharp
11
uses: actions/checkout@v3
.github/workflows/integration_tests.yml
@@ -9,7 +9,7 @@ on:
run_integration_tests:
12
13
timeout-minutes: 30
14
15
0 commit comments