Skip to content

Commit

Permalink
Use macos version supported by github
Browse files Browse the repository at this point in the history
  • Loading branch information
ingara committed Jun 29, 2021
1 parent 14403fb commit f58e9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build_and_test:
name: Build
runs-on: macos-11
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

bottle_macos_big_sur:
name: Build and distribute Homebrew bottle for macOS Big Sur
runs-on: macos-11
runs-on: macos-10.15
needs: [formula]
steps:
- name: Build a bottle using Homebrew
Expand Down

0 comments on commit f58e9c6

Please sign in to comment.