Skip to content

Commit

Permalink
use ubuntu 22
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozarth <[email protected]>
  • Loading branch information
ajbozarth committed Dec 17, 2024
1 parent 82ba875 commit 0bba9c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/openvpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: openvpn

on:
push:
branches: [ 'main' ]
branches: [ '*' ]
paths: ['.github/workflows/openvpn.yml', 'openvpn/**']
pull_request:
branches: [ 'main' ]
Expand Down Expand Up @@ -43,9 +43,9 @@ jobs:
matrix:
include:
- arch: x86_64
runner: ubuntu-latest
- arch: arm64
runner: oqs-arm64
runner: ubuntu-22.04
# - arch: arm64
# runner: oqs-arm64
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0bba9c9

Please sign in to comment.