Skip to content

Commit

Permalink
Update GHA OS versions to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Oct 27, 2022
1 parent 60aac28 commit 51a1d3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous integration
on:
pull_request:
push:
branches:
branches:
- master

jobs:
Expand All @@ -18,10 +18,10 @@ jobs:
- nightly
- 1.23.0
os:
- macos-10.15
- windows-2019
- ubuntu-20.04
- macos-12
- windows-2022
- ubuntu-22.04

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 51a1d3f

Please sign in to comment.