Skip to content

Commit

Permalink
[TOOLS-2131] Remove macos10 support. (#71) (#72)
Browse files Browse the repository at this point in the history
* task: bump actions to macos11
  • Loading branch information
dwelch-spike authored Sep 3, 2022
1 parent 3cb8828 commit 6712a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
type: string
jobs:
build:
runs-on: macos-10.15
runs-on: macos-11
strategy:
matrix:
ev-lib: ["", libev, libuv, libevent]
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
if-no-files-found: error
bundle-binaries:
needs: build
runs-on: macos-10.15
runs-on: macos-11
if: "${{ inputs.submodule == '' }}"

steps:
Expand Down

0 comments on commit 6712a22

Please sign in to comment.