Skip to content

Commit

Permalink
Merge pull request #2425 from OmniSharp/update-build-vms
Browse files Browse the repository at this point in the history
Update VMs used in build CI.
  • Loading branch information
JoeRobich authored Jul 28, 2022
2 parents d249964 + 415bb3b commit 4803d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2022, macos-11]
name: 'Build'
steps:
- name: Checkout
Expand Down

0 comments on commit 4803d17

Please sign in to comment.