mirror of https://github.com/gofiber/fiber.git
Run tests against Apple M1 platform (#2852)
Run tests against MacOS-14 arm64 platformpull/2853/head^2
parent
62969f8dcd
commit
535e5c62f4
|
@ -19,7 +19,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.20.x, 1.21.x, 1.22.x]
|
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 }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch Repository
|
- name: Fetch Repository
|
||||||
|
|
Loading…
Reference in New Issue