Skip to content

Commit

Permalink
Merge pull request #192 from nathanielvarona/automation-connection-te…
Browse files Browse the repository at this point in the history
…sts-ubuntu-2404-runner-ready

Connection Tests `ubuntu-24.04` Runner Ready
  • Loading branch information
nathanielvarona authored May 24, 2024
2 parents 9d18c90 + 3ac6788 commit 6345cab
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/connection-tests-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-24.04
- ubuntu-22.04
- ubuntu-20.04
- macos-13
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/connection-tests-complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
- macos-13 # macOS Arm64 connection test examples in '.github/workflows/connection-tests-arm64.yml'
- windows-2022
profile-server:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/connection-tests-manual-control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
- macos-13
- windows-2022
runs-on: ${{ matrix.os }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
- macos-13
- windows-2022
profile-server:
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@ Streamline tasks such as:

Check the compatibility of various runners and VPN modes:

Runner | OpenVPN | WireGuard
----------------------------------------------------------------------------------------|------------------------|-----------------------
`ubuntu-22.04` | :white_check_mark: yes | :white_check_mark: yes
`ubuntu-20.04` | :white_check_mark: yes | :white_check_mark: yes
`macos-13` | :white_check_mark: yes | :white_check_mark: yes
`macos-13-xlarge` <sup>[arm64<sup>1</sup>](#supported-arm64-architecture-runners)</sup> | :white_check_mark: yes | :white_check_mark: yes
`macos-12` | :white_check_mark: yes | :white_check_mark: yes
`windows-2022` | :white_check_mark: yes | :white_check_mark: yes
`windows-2019` | :white_check_mark: yes | :white_check_mark: yes
Runner | OpenVPN | WireGuard
-------------------------------------------------------------------------------------------------------------------------|------------------------|-----------------------
`ubuntu-24.04` <sup>[:warning: beta](https://github.com/actions/runner-images?tab=readme-ov-file#available-images)</sup> | :white_check_mark: yes | :white_check_mark: yes
`ubuntu-22.04` | :white_check_mark: yes | :white_check_mark: yes
`ubuntu-20.04` | :white_check_mark: yes | :white_check_mark: yes
`macos-13` | :white_check_mark: yes | :white_check_mark: yes
`macos-13-xlarge` <sup>[arm64<sup>1</sup>](#supported-arm64-architecture-runners)</sup> | :white_check_mark: yes | :white_check_mark: yes
`macos-12` | :white_check_mark: yes | :white_check_mark: yes
`windows-2022` | :white_check_mark: yes | :white_check_mark: yes
`windows-2019` | :white_check_mark: yes | :white_check_mark: yes

> [!TIP]
> * See the workflow file [connection-tests-complete.yml](./.github/workflows/connection-tests-complete.yml) for a complete tests matrix example.
Expand Down

0 comments on commit 6345cab

Please sign in to comment.