Skip to content

Commit

Permalink
fix: remove dependency on macos-10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
socsieng committed Oct 6, 2023
1 parent a790ec5 commit 14aa5a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
macos_big_sur:
runs-on: macos-11.0
runs-on: macos-11

strategy:
matrix:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- macos_big_sur
- macos_arm64

runs-on: macos-10.15
runs-on: macos-11
if: github.ref == 'refs/heads/main'

name: Create release
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
needs:
- create_release

runs-on: macos-11.0
runs-on: macos-11
if: ${{ needs.create_release.outputs.release_created }}

name: Create bottle Big Sur
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- create_bottle_big_sur
- create_bottle_big_sur_arm64

runs-on: macos-11.0
runs-on: macos-11
if: ${{ needs.create_release.outputs.release_created }}

name: Update homebrew formula
Expand Down

0 comments on commit 14aa5a8

Please sign in to comment.