diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ea86e6..67fd360 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: macos: if: "!contains(github.event.pull_request.labels.*.name, 'skip ci')" - runs-on: macos-12 + runs-on: macos-13 env: MIX_ENV: test OTP_VERSION: "26.2.1" diff --git a/.github/workflows/precompile.yml b/.github/workflows/precompile.yml index ec5041f..25275c1 100644 --- a/.github/workflows/precompile.yml +++ b/.github/workflows/precompile.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: tags: - - 'v*' + - "v*" env: CI: true @@ -54,7 +54,7 @@ jobs: cache/adbc*.sha256 macos: - runs-on: macos-12 + runs-on: macos-13 env: MIX_ENV: prod elixir_version: "1.16.2" @@ -116,7 +116,7 @@ jobs: strategy: matrix: otp_version: [25] - + name: Windows - OTP ${{ matrix.otp_version }} steps: