Skip to content

Commit b643839

Browse files
committed
Merge branch 'topic/github-actions' into 'master'
Remove deprecated ubuntu-20.04 runner for GitHub workflow See merge request eng/ide/ada_language_server!2006
2 parents f6f58ea + 7685282 commit b643839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-binaries.yml

+1-1
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)