Skip to content

Commit 97b2664

Browse files
committed
Removed GitHub Runner Ubuntu-20.04.
1 parent 8260ede commit 97b2664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
build_and_release_debian:
135135
strategy:
136136
matrix:
137-
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-24.04]
137+
os: [ubuntu-22.04, ubuntu-24.04]
138138
runs-on: ${{ matrix.os }}
139139
needs: build_and_release_windows
140140
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && vars.START_BUILD == 'True'

0 commit comments

Comments
 (0)