Skip to content

Commit

Permalink
ci: rm macos11
Browse files Browse the repository at this point in the history
  • Loading branch information
fritx committed Nov 7, 2024
1 parent 61031be commit 59361fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ jobs:
# - 14 # skip
- 16
# - 18 # skip
# - 20 # skip
# - 22 # skip
os:
# trying to pick up the lowest versions within the supported options
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#standard-github-hosted-runners-for-public-repositories
- windows-2019
- ubuntu-20.04
- macos-11
# - macos-11 # removed
- macos-12

runs-on: ${{ matrix.os }}

Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
# - 16 # skip
# - 18 # skip
os:
- windows-latest
- ubuntu-latest
- macos-latest
# trying to pick up the lowest versions within the supported options
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#standard-github-hosted-runners-for-public-repositories
- windows-2019
- ubuntu-20.04
# - macos-11 # removed
- macos-12

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 59361fd

Please sign in to comment.