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:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue