Skip to content

Commit

Permalink
Merge pull request #158 from WillAbides/ciupdate
Browse files Browse the repository at this point in the history
update platforms in ci
  • Loading branch information
WillAbides authored Jun 2, 2023
2 parents 77f23f3 + fef4db1 commit 71b3d74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
strategy:
matrix:
platform:
- ubuntu-20.04
- macos-11
# - windows-2019
- ubuntu-22.04
- macos-13
- windows-2022
fail-fast: false
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -26,7 +26,7 @@ jobs:
- run: script/test
shell: sh
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: WillAbides/setup-go-faster@v1
Expand All @@ -43,7 +43,7 @@ jobs:
restore-keys: ${{ runner.os }}-go-lint
- run: script/lint
generate:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: WillAbides/setup-go-faster@v1
Expand All @@ -63,7 +63,7 @@ jobs:
restore-keys: ${{ runner.os }}-go-generate
- run: script/generate --check
release:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- test
- lint
Expand Down

0 comments on commit 71b3d74

Please sign in to comment.