Skip to content

Commit 19ed0d6

Browse files
committed
Merge branch 'topic/github-macos' into 'master'
Switch GitHub workflow to macos-13 See merge request eng/ide/ada_language_server!1854
2 parents ef8b37c + 89ac80d commit 19ed0d6

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [macos-12, macos-14, ubuntu-20.04, windows-latest]
16+
os: [macos-13, macos-14, ubuntu-20.04, windows-latest]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: Setup Python

0 commit comments

Comments
 (0)