Skip to content

Commit

Permalink
Upgrade macOS and Windows hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Dec 28, 2021
1 parent 2cc5101 commit 0064d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
run-tests: 'true'
target: x86_64-unknown-linux-gnu
- build: macos
os: macos-10.15
os: macos-11
run-tests: 'true'
target: x86_64-apple-darwin
- build: windows
os: windows-2019
os: windows-2022
run-tests: 'true'
target: x86_64-pc-windows-msvc
steps:
Expand Down

0 comments on commit 0064d43

Please sign in to comment.