Skip to content

Commit 963d1a7

Browse files
committed
ci: fix SDK API_UNAVAILABLE failure
1 parent 89bb117 commit 963d1a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: macOS-latest
13+
runs-on: macos-11
1414
steps:
1515
- uses: actions/checkout@master
1616
- name: Use Node.js 14.x

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: macOS-latest
13+
runs-on: macos-11
1414
steps:
1515
- uses: actions/checkout@master
1616
- name: Use Node.js 14.x

0 commit comments

Comments
 (0)