Skip to content

Commit 51a1d3f

Browse files
committed
Update GHA OS versions to latest
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent 60aac28 commit 51a1d3f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Continuous integration
33
on:
44
pull_request:
55
push:
6-
branches:
6+
branches:
77
- master
88

99
jobs:
@@ -18,10 +18,10 @@ jobs:
1818
- nightly
1919
- 1.23.0
2020
os:
21-
- macos-10.15
22-
- windows-2019
23-
- ubuntu-20.04
24-
21+
- macos-12
22+
- windows-2022
23+
- ubuntu-22.04
24+
2525
steps:
2626
- name: Checkout repository
2727
uses: actions/checkout@v3

0 commit comments

Comments
 (0)