mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-09 11:05:59 +08:00
reduce ci/cd platforms
This commit is contained in:
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@@ -11,8 +11,8 @@ jobs:
|
||||
name: Build, test, and format
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.18.x, 1.19.x, 1.20.x]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
go-version: ['1.20.x']
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
Reference in New Issue
Block a user