Skip to content

Commit d533867

Browse files
authored
Merge pull request #118 from JohnTitor/gha-os-update
2 parents 80588ef + 9cfd2ee commit d533867

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/rust.yml

Lines changed: 7 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,12 @@ jobs:
1818
- nightly
1919
- 1.23.0
2020
os:
21-
- macos-10.15
22-
- windows-2019
23-
- ubuntu-20.04
24-
21+
# FIXME: compiling with 1.23 on macOS 12 fails to linL
22+
# archive member 'rust.metadata.bin' with length 40821 is not mach-o or llvm bitcode file
23+
- macos-11
24+
- windows-2022
25+
- ubuntu-22.04
26+
2527
steps:
2628
- name: Checkout repository
2729
uses: actions/checkout@v3

0 commit comments

Comments
 (0)