Skip to content

Commit

Permalink
macos-10.15macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Aug 12, 2023
1 parent 8fb73ec commit 0cfeb48
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
- stable-x86_64-unknown-linux-gnu
include:
- { name: stable-x86_64-pc-windows-msvc , channel: stable, target-triple: x86_64-pc-windows-msvc , host-triple: x86_64-pc-windows-msvc , os: windows-2019 }
- { name: stable-x86_64-apple-darwin , channel: stable, target-triple: x86_64-apple-darwin , host-triple: x86_64-apple-darwin , os: macos-10.15 }
- { name: stable-x86_64-apple-darwin , channel: stable, target-triple: x86_64-apple-darwin , host-triple: x86_64-apple-darwin , os: macos-11 }
- { name: stable-x86_64-unknown-linux-gnu, channel: stable, target-triple: x86_64-unknown-linux-gnu , host-triple: x86_64-unknown-linux-gnu, os: ubuntu-20.04 }

name: ${{ matrix.name }}
Expand All @@ -232,13 +232,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

# Workaround for https://github.com/actions/cache/issues/403
- name: Install GNU tar
run: |
brew install gnu-tar
echo "PATH=/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >>"$GITHUB_ENV"
if: ${{ matrix.os == 'macos-10.15' }}

- name: 'Set up `${{ matrix.channel }}-${{ matrix.host-triple }}` (target: `${{ matrix.target-triple }}`)'
id: install-toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -300,7 +293,7 @@ jobs:
- x86_64-unknown-linux-gnu
include:
- { target-triple: x86_64-pc-windows-msvc , host-triple: x86_64-pc-windows-msvc , os: windows-2019 }
- { target-triple: x86_64-apple-darwin , host-triple: x86_64-apple-darwin , os: macos-10.15 }
- { target-triple: x86_64-apple-darwin , host-triple: x86_64-apple-darwin , os: macos-11 }
- { target-triple: x86_64-unknown-linux-gnu, host-triple: x86_64-unknown-linux-gnu, os: ubuntu-20.04 }

name: Upload (${{ matrix.target-triple }})
Expand Down

0 comments on commit 0cfeb48

Please sign in to comment.