Skip to content

Commit

Permalink
修复 Actions
Browse files Browse the repository at this point in the history
macos-latest 改为 M1(ARM) 架构,本项目不支持。先改成 macos-13,
后续可能要去掉 mac。

另外加上 go1.22 测试。
  • Loading branch information
taoso committed May 7, 2024
1 parent ca6162e commit 0d43cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: ["1.18", "1.19", "1.20", "1.21"]
os: [ubuntu-latest, macos-13, windows-latest]
version: ["1.18", "1.19", "1.20", "1.21", "1.22"]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go ${{ matrix.version }}
Expand Down

0 comments on commit 0d43cc3

Please sign in to comment.