Skip to content

Commit b2adc88

Browse files
committed
Update .github/workflows/ci.yml
1 parent e1d52b3 commit b2adc88

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,27 @@ jobs:
1414
- '1.21'
1515
- '1.22'
1616
- '1.23'
17+
architecture:
18+
- amd64
19+
- arm64
1720
include:
1821
- platform: Linux
1922
os: ubuntu-latest
23+
- platform: Linux
24+
os: ubuntu-24.04-arm
25+
architecture: arm64
2026
- platform: macOS
2127
os: macos-latest
28+
- platform: macOS
29+
os: macos-13
30+
architecture: amd64
2231
- platform: Windows
2332
os: windows-latest
33+
exclude:
34+
- platform: Windows
35+
architecture: arm64
2436
fail-fast: false
25-
name: Go ${{ matrix.go-version }} on ${{ matrix.platform }}
37+
name: Go ${{ matrix.go-version }} (${{ matrix.architecture }}) on ${{ matrix.platform }}
2638
runs-on: ${{ matrix.os }}
2739
timeout-minutes: 10
2840
steps:
@@ -38,7 +50,7 @@ jobs:
3850
- name: Vet
3951
run: go vet ./...
4052
- name: Upload coverage to Codecov
41-
uses: codecov/codecov-action@v4
53+
uses: codecov/codecov-action@v5
4254
with:
4355
token: ${{ secrets.CODECOV_TOKEN }}
4456
env_vars: GO

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2024 Akinori Hattori <hattya@gmail.com>
1+
Copyright (c) 2014-2025 Akinori Hattori <hattya@gmail.com>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)