Skip to content

Commit 2f915a6

Browse files
committed
Upgrade the macos based runner to macos-15
Signed-off-by: tdruez <[email protected]>
1 parent 3f65095 commit 2f915a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run-unit-tests-macos.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
run-unit-tests:
20-
runs-on: macos-14
20+
runs-on: macos-15
2121

2222
strategy:
2323
matrix:
@@ -32,9 +32,8 @@ jobs:
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434

35-
- name: Set up Python ${{ matrix.python-version }}
35+
- name: Set up PostgreSQL
3636
uses: ikalnytskyi/action-setup-postgres@v8
37-
id: postgres
3837
with:
3938
postgres-version: "17"
4039
database: ${{ env.POSTGRES_DB }}

0 commit comments

Comments
 (0)