Skip to content

Commit 7b02ad1

Browse files
committed
Remove Ubuntu 20 from CI since its runners are no longer supported.
1 parent c6f9d58 commit 7b02ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stellar-rpc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Unit tests
1919
strategy:
2020
matrix:
21-
os: [ ubuntu-20.04, ubuntu-22.04 ]
21+
os: [ ubuntu-22.04 ]
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- uses: actions/checkout@v4
@@ -97,7 +97,7 @@ jobs:
9797
continue-on-error: true
9898
strategy:
9999
matrix:
100-
os: [ ubuntu-20.04, ubuntu-22.04 ]
100+
os: [ ubuntu-22.04 ]
101101
protocol-version: [ 21, 22 ]
102102
runs-on: ${{ matrix.os }}
103103
env:

0 commit comments

Comments
 (0)