Skip to content

Commit d4a1da6

Browse files
Merge branch 'topic/github-runners' into 'master'
Use newer macOS runners for GitHub See merge request eng/ide/ada_language_server!2164
2 parents fc04b57 + 6a89dd2 commit d4a1da6

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-22.04, ubuntu-22.04-arm, windows-latest]
23+
os: [macos-14, macos-15-intel, 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)