Skip to content

Commit fd58c52

Browse files
authored
Merge pull request #26 from reneenoble/adminlogin-ci-fix
Fix MacOS and add secure string
2 parents eeea67b + b58a043 commit fd58c52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
3-
"commit": "a8bbfb5f41e1b73129167cd91c50671ad604e206",
3+
"commit": "ff59b9db5cb475015804edbbab7ecb817a81bf77",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: ["ubuntu-latest", "macos-latest", "macos-latest-xlarge", "windows-latest"]
17+
os: ["ubuntu-latest", "macos-13", "macos-latest-xlarge", "windows-latest"]
1818
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1919
exclude:
2020
- os: macos-latest-xlarge
@@ -30,9 +30,9 @@ jobs:
3030
if: matrix.os == 'macos-latest-xlarge'
3131
run: brew install postgresql@14
3232
- name: Setup postgres
33-
uses: ikalnytskyi/action-setup-postgres@v4
33+
uses: ikalnytskyi/action-setup-postgres@v6
3434
- name: Setup python
35-
uses: actions/setup-python@v2
35+
uses: actions/setup-python@v4
3636
with:
3737

3838
python-version: ${{ matrix.python_version }}

0 commit comments

Comments
 (0)