Skip to content

Commit 7b16ec8

Browse files
committed
ci
1 parent 08d6ba9 commit 7b16ec8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_vsharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout VSharp
1111
uses: actions/checkout@v3

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
run_integration_tests:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
timeout-minutes: 30
1414
steps:
1515
- name: Checkout VSharp

0 commit comments

Comments
 (0)