Skip to content

Commit

Permalink
Merge branch 'topic/github-macos' into 'master'
Browse files Browse the repository at this point in the history
Switch GitHub workflow to macos-13

See merge request eng/ide/ada_language_server!1854
  • Loading branch information
eliericha committed Dec 13, 2024
2 parents ef8b37c + 89ac80d commit 19ed0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-14, ubuntu-20.04, windows-latest]
os: [macos-13, macos-14, ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup Python
Expand Down

0 comments on commit 19ed0d6

Please sign in to comment.