File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.os }}
15
15
strategy :
16
16
matrix :
17
- os : ["macos-latest", "ubuntu-20.04 "]
17
+ os : ["macos-latest", "ubuntu-latest "]
18
18
env :
19
19
DEVELOPER_DIR : /Applications/Xcode_12.4.app/Contents/Developer
20
20
steps :
Original file line number Diff line number Diff line change 18
18
runs-on : ${{ matrix.os }}
19
19
strategy :
20
20
matrix :
21
- os : ["macos-latest", "ubuntu-20.04 "]
21
+ os : ["macos-latest", "ubuntu-latest "]
22
22
env :
23
23
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24
24
steps :
Original file line number Diff line number Diff line change 1
1
status = [
2
2
' integration-tests on macos-latest' ,
3
- ' integration-tests on ubuntu-20.04 ' ,
3
+ ' integration-tests on ubuntu-latest ' ,
4
4
' linter-check'
5
5
]
6
6
# 1 hour timeout
You can’t perform that action at this time.
0 commit comments