Run tests against Apple M1 platform (#2852)

Run tests against MacOS-14 arm64 platform
pull/2853/head^2
Juan Calderon-Perez 2024-02-11 18:04:31 -05:00 committed by GitHub
parent 62969f8dcd
commit 535e5c62f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
go-version: [1.20.x, 1.21.x, 1.22.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
platform: [ubuntu-latest, windows-latest, macos-latest, macos-14]
runs-on: ${{ matrix.platform }}
steps:
- name: Fetch Repository