Skip to content

Commit 0e357e9

Browse files
committed
Update Python on integration tests runner.
1 parent f2b1956 commit 0e357e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-integration-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
integration-tests:
1414
name: Integration Tests
15-
runs-on: macos-13
15+
runs-on: macos-15
1616

1717
concurrency:
1818
# When running on develop, use the sha to allow all runs of this workflow to run concurrently.
@@ -38,10 +38,10 @@ jobs:
3838
restore-keys: |
3939
${{ runner.os }}-gems-
4040
# Cache for python env for Synapse
41-
- name: Set up Python 3.8
41+
- name: Set up Python 3.12
4242
uses: actions/setup-python@v2
4343
with:
44-
python-version: 3.8
44+
python-version: 3.12
4545
- name: Cache pip
4646
uses: actions/cache@v2
4747
with:
@@ -53,7 +53,7 @@ jobs:
5353
5454
# Set up a Synapse server
5555
- name: Start synapse server
56-
uses: michaelkaye/setup-matrix-synapse@v1.0.3
56+
uses: michaelkaye/setup-matrix-synapse@v1.0.5
5757
with:
5858
uploadLogs: true
5959
httpPort: 8080

0 commit comments

Comments
 (0)