Skip to content

Commit

Permalink
Use macos-11 instead of deprecated macos-10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 21, 2022
1 parent e3d821a commit 1e7fe62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- rust: beta
- rust: nightly
- rust: nightly
os: macos-10.15
os: macos-11
- rust: nightly
os: windows-2019
runs-on: ${{ matrix.os || 'ubuntu-18.04' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- target: x86_64-unknown-linux-gnu
- target: x86_64-unknown-linux-musl
- target: x86_64-apple-darwin
os: macos-10.15
os: macos-11
- target: x86_64-pc-windows-msvc
os: windows-2019
runs-on: ${{ matrix.os || 'ubuntu-18.04' }}
Expand Down

0 comments on commit 1e7fe62

Please sign in to comment.