Skip to content

Commit

Permalink
Merge pull request #118 from JohnTitor/gha-os-update
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Nov 1, 2022
2 parents 80588ef + 9cfd2ee commit d533867
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/rust.yml
Expand Up @@ -3,7 +3,7 @@ name: Continuous integration
on:
pull_request:
push:
branches:
branches:
- master

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

# 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
- ubuntu-22.04

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

0 comments on commit d533867

Please sign in to comment.