Skip to content

Commit

Permalink
Use Ubuntu 22.04 arm64 runners to build on Linux arm64 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuong authored Jan 24, 2025
1 parent 8bbd1ba commit 1cdee3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
test:
strategy:
matrix:
os: [ 'macos-13', 'ubuntu-20.04', 'windows-2019' ]
os: [ 'macos-13', 'ubuntu-20.04', 'ubuntu-22.04-arm', 'windows-2019' ]
go: [ '1.22' ]

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- os: 'ubuntu-20.04'
goos: 'linux'
goarch: 'amd64'
- os: 'ubuntu-20.04'
- os: 'ubuntu-22.04-arm'
goos: 'linux'
goarch: 'arm64'
- os: 'windows-2019'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- os: 'ubuntu-20.04'
goos: 'linux'
goarch: 'amd64'
- os: 'ubuntu-20.04'
- os: 'ubuntu-22.04-arm'
goos: 'linux'
goarch: 'arm64'
- os: 'windows-2019'
Expand Down

0 comments on commit 1cdee3c

Please sign in to comment.