Skip to content

Commit 19c8e1c

Browse files
committed
ci: migrate macos-10.05 to macos-11
1 parent cd64077 commit 19c8e1c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/actions/brew/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: brew
22
runs:
33
using: composite
44
steps:
5-
- shell: bash
5+
- shell: zsh
66
run: |
77
set -x
88
brew install \

.github/actions/configure-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
runs:
77
using: composite
88
steps:
9-
- shell: bash
9+
- shell: zsh
1010
run: |
1111
set -x
1212
export PATH="/usr/local/opt/bison/bin:$PATH"

.github/actions/test-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
runs:
77
using: composite
88
steps:
9-
- shell: bash
9+
- shell: zsh
1010
run: |
1111
set -x
1212
export SKIP_IO_CAPTURE_TESTS=1

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
debug: [true, false]
106106
zts: [true, false]
107107
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
108-
runs-on: macos-10.15
108+
runs-on: macos-11
109109
steps:
110110
- name: git checkout
111111
uses: actions/checkout@v2

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Verify generated files are up to date
6161
uses: ./.github/actions/verify-generated-files
6262
MACOS_DEBUG_NTS:
63-
runs-on: macos-10.15
63+
runs-on: macos-11
6464
steps:
6565
- name: git checkout
6666
uses: actions/checkout@v2

0 commit comments

Comments
 (0)