diff --git a/.cruft.json b/.cruft.json index 418f8f2..18f293e 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator", - "commit": "a8bbfb5f41e1b73129167cd91c50671ad604e206", + "commit": "ff59b9db5cb475015804edbbab7ecb817a81bf77", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fd6a60c..acfe24f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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 }}