Skip to content

Commit e470766

Browse files
authored
Update build-and-test.yml
1 parent 643bbd1 commit e470766

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ on:
55
- develop
66
jobs:
77
build-and-test:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
9+
910
steps:
1011
- uses: actions/checkout@v5
11-
12-
- name: Install libssl1.1
13-
run: |
14-
sudo apt-get update -y
15-
sudo apt-get install -y libssl1.1
1612

1713
- name: Setup .NET Core
1814
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)