Skip to content

Commit

Permalink
Remove Mac OS 11 environment from target as it is phased out
Browse files Browse the repository at this point in the history
System message “a brownout will take place on June, 8:00 AM – 2:00 PM
EST to raise awareness of the upcoming macOS-11 environment removal.”
so we need to remove Mac OS 11 environment.
  • Loading branch information
foretspaisibles committed Jun 14, 2024
1 parent 1cc56ce commit 0d551db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run-testsuite:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-11', 'macos-12', 'macos-13', 'macos-14']
os: ['ubuntu-latest', 'macos-12', 'macos-13', 'macos-14']
runs-on: '${{ matrix.os }}'
name: 'Run Testsuite'
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
install-macports:
strategy:
matrix:
os: ['macos-11', 'macos-12', 'macos-13', 'macos-14']
os: ['macos-12', 'macos-13', 'macos-14']
version: ['2.9.3']
prefix: ['/opt/local']
runs-on: '${{ matrix.os }}'
Expand Down
14 changes: 0 additions & 14 deletions testsuite/run-testsuite-on-macos-11.yaml

This file was deleted.

0 comments on commit 0d551db

Please sign in to comment.