Skip to content

Commit bf59941

Browse files
committed
update action mac version
1 parent 8bc3c21 commit bf59941

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ios_main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ on: [push]
44
jobs:
55
test:
66
name: test
7-
runs-on: macos-latest
7+
runs-on: macos-11
88
steps:
99
- name: checkout
1010
uses: actions/checkout@v2
1111
with:
1212
token: ${{ secrets.PAT_TOMTASCHE }}
1313
submodules: true
1414

15-
- uses: futureware-tech/simulator-action@v1
16-
with:
17-
os_version: ">=14.5"
18-
1915
- name: pods
2016
run: pod install
2117

0 commit comments

Comments
 (0)