Skip to content

Commit

Permalink
Merge pull request #36 from reneenoble/adminlogin-ci-fix
Browse files Browse the repository at this point in the history
Fix MacOS and add secure string
  • Loading branch information
tonybaloney committed May 7, 2024
2 parents b4eb804 + 08192db commit 8d5bb6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
"commit": "a8bbfb5f41e1b73129167cd91c50671ad604e206",
"commit": "ff59b9db5cb475015804edbbab7ecb817a81bf77",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "macos-latest-xlarge", "windows-latest"]
os: ["ubuntu-latest", "macos-13", "macos-latest-xlarge", "windows-latest"]
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-latest-xlarge
Expand All @@ -30,9 +30,9 @@ jobs:
if: matrix.os == 'macos-latest-xlarge'
run: brew install postgresql@14
- name: Setup postgres
uses: ikalnytskyi/action-setup-postgres@v4
uses: ikalnytskyi/action-setup-postgres@v6
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:

python-version: ${{ matrix.python_version }}
Expand Down

0 comments on commit 8d5bb6d

Please sign in to comment.