Skip to content

Commit

Permalink
Adding a runner for macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
alanz committed Jan 2, 2025
1 parent 85040cb commit 45c47e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ci:
strategy:
matrix:
platform-arch: [ubuntu-20.04-x64, ubuntu-20.04-arm, macos-13-x64, macos-latest-arm]
platform-arch: [ubuntu-20.04-x64, ubuntu-20.04-arm, macos-13-x64, macos-14-x64, macos-latest-arm]
otp-version: [25.3, 26.2, 27.1]
include:
- otp-version: 25.3
Expand All @@ -38,6 +38,11 @@ jobs:
os: macos
target: x86_64-apple-darwin
vscode-target: darwin-x64
- platform-arch: macos-14-x64
platform: macos-14
os: macos
target: x86_64-apple-darwin
vscode-target: darwin-x64
- platform-arch: macos-latest-arm
platform: macos-latest
os: macos
Expand Down

0 comments on commit 45c47e0

Please sign in to comment.