Skip to content

Commit

Permalink
[chore] Use public Linux ARM64 runners (#6320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Feb 15, 2025
1 parent c08d161 commit 8562bdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
arch: "386"
- os: ubuntu-latest
arch: amd64
- os: otel-linux-arm64
- os: ubuntu-22.04-arm
arch: arm64
- os: macos-13
arch: amd64
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Currently, this project supports the following environments.
| Ubuntu | 1.24 | 386 |
| Ubuntu | 1.23 | 386 |
| Ubuntu | 1.22 | 386 |
| Linux | 1.24 | arm64 |
| Linux | 1.23 | arm64 |
| Linux | 1.22 | arm64 |
| Ubuntu | 1.24 | arm64 |
| Ubuntu | 1.23 | arm64 |
| Ubuntu | 1.22 | arm64 |
| macOS 13 | 1.24 | amd64 |
| macOS 13 | 1.23 | amd64 |
| macOS 13 | 1.22 | amd64 |
Expand Down

0 comments on commit 8562bdf

Please sign in to comment.