Skip to content

Commit

Permalink
Release v0.7.0 with macos prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 8, 2025
1 parent be438c1 commit 3fe260b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- 'v*'
- "v*"

env:
CI: true
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
strategy:
matrix:
otp_version: [25]

name: Windows - OTP ${{ matrix.otp_version }}

steps:
Expand Down

0 comments on commit 3fe260b

Please sign in to comment.