We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80588ef + 9cfd2ee commit d533867Copy full SHA for d533867
.github/workflows/rust.yml
@@ -3,7 +3,7 @@ name: Continuous integration
3
on:
4
pull_request:
5
push:
6
- branches:
+ branches:
7
- master
8
9
jobs:
@@ -18,10 +18,12 @@ jobs:
18
- nightly
19
- 1.23.0
20
os:
21
- - macos-10.15
22
- - windows-2019
23
- - ubuntu-20.04
24
-
+ # FIXME: compiling with 1.23 on macOS 12 fails to linL
+ # archive member 'rust.metadata.bin' with length 40821 is not mach-o or llvm bitcode file
+ - macos-11
+ - windows-2022
25
+ - ubuntu-22.04
26
+
27
steps:
28
- name: Checkout repository
29
uses: actions/checkout@v3
0 commit comments