Skip to content

Commit

Permalink
ci: add ubuntu-24.04-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
junhochoi committed Feb 3, 2025
1 parent ad14c7c commit 64accc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ concurrency:

jobs:
quiche:
runs-on: ubuntu-latest
strategy:
matrix:
tls-feature:
- "" # default, boringssl-vendored
- "boringssl-boring-crate"
- "openssl"
os: [ubuntu-latest, ubuntu-24.04-arm]
runs-on: ${{ matrix.os }}
# Only run on "pull_request" event for external PRs. This is to avoid
# duplicate builds for PRs created from internal branches.
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
Expand Down

0 comments on commit 64accc1

Please sign in to comment.