Skip to content

Commit

Permalink
Update Mac OS version to 14 in CI (eclipse-theia#13908)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
  • Loading branch information
tsmaeder committed Jul 10, 2024
1 parent 48cb2b8 commit a59e073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019, ubuntu-latest, macos-11]
os: [windows-2019, ubuntu-latest, macos-14]
node: [16.x, 18.x, 20.x]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a59e073

Please sign in to comment.