Skip to content

Commit

Permalink
Merge pull request #204 from nathanielvarona/automation-update-connec…
Browse files Browse the repository at this point in the history
…tion-tests-for-macos

Update Connection Tests for macOS
  • Loading branch information
nathanielvarona authored Jun 19, 2024
2 parents a3787d0 + 0477527 commit 0ec1cf8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/connection-tests-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- ubuntu-24.04 # WARNING: Please note that this is a Beta version.
- ubuntu-22.04
- ubuntu-20.04
- macos-14 # An Arm64 Runner.
- macos-14 # NOTE: An Arm64 Runner.
- macos-13
- macos-12
- windows-2022
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 @@ -10,7 +10,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-14
- macos-13
- windows-2022
profile-server:
- dev-team
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 @@ -10,7 +10,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-14
- macos-13
- windows-2022
runs-on: ${{ matrix.os }}
name: "run:${{ matrix.os }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-14
- macos-13
- windows-2022
profile-server:
- gha-automator-qa2 (dev-team)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Runner
`ubuntu-24.04` <sup>[:warning: beta](https://github.com/actions/runner-images?tab=readme-ov-file#available-images)</sup> | :white_check_mark: Yes | :construction: Unstable
`ubuntu-22.04` | :white_check_mark: Yes | :white_check_mark: Yes
`ubuntu-20.04` | :white_check_mark: Yes | :white_check_mark: Yes
`macos-14` <sup>[arm64](#supported-arm64-architecture-runners)</sup> | :white_check_mark: Yes | :white_check_mark: Yes
`macos-14` <sup>[arm64](#supported-arm64-architecture-runners)</sup> | :white_check_mark: Yes | :construction: Unstable
`macos-13` | :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
Expand Down

0 comments on commit 0ec1cf8

Please sign in to comment.