Skip to content

Commit 7685282

Browse files
committed
Remove deprecated ubuntu-20.04 runner for GitHub workflow
no-issue-check
1 parent f6f58ea commit 7685282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [macos-13, macos-14, ubuntu-20.04, ubuntu-22.04-arm, windows-latest]
23+
os: [macos-13, macos-14, ubuntu-22.04, ubuntu-22.04-arm, windows-latest]
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- name: Setup Python

0 commit comments

Comments
 (0)