File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
integration-tests :
14
14
name : Integration Tests
15
- runs-on : macos-13
15
+ runs-on : macos-15
16
16
17
17
concurrency :
18
18
# When running on develop, use the sha to allow all runs of this workflow to run concurrently.
@@ -38,10 +38,10 @@ jobs:
38
38
restore-keys : |
39
39
${{ runner.os }}-gems-
40
40
# Cache for python env for Synapse
41
- - name : Set up Python 3.8
41
+ - name : Set up Python 3.12
42
42
uses : actions/setup-python@v2
43
43
with :
44
- python-version : 3.8
44
+ python-version : 3.12
45
45
- name : Cache pip
46
46
uses : actions/cache@v2
47
47
with :
53
53
54
54
# Set up a Synapse server
55
55
- name : Start synapse server
56
- uses : michaelkaye/setup-matrix-synapse@v1.0.3
56
+ uses : michaelkaye/setup-matrix-synapse@v1.0.5
57
57
with :
58
58
uploadLogs : true
59
59
httpPort : 8080
You can’t perform that action at this time.
0 commit comments