Skip to content

Commit

Permalink
Remove older linux and mac CI targets.
Browse files Browse the repository at this point in the history
Also add a todo to update the install file.
  • Loading branch information
lordhippo committed Mar 5, 2024
1 parent 3729625 commit 6767d5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-latest ]
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v4
- name: Install system packages
Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-12, macos-13, macos-latest ]
os: [ macos-latest ]
steps:
- uses: actions/checkout@v4
- name: Install system packages
Expand Down
2 changes: 2 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ The container can be run in two flavors:

## Building and installing from the source code

TODO: Replace all these with a simplified vcpkg build.

### Installing Dependencies

#### Arch Linux
Expand Down

0 comments on commit 6767d5a

Please sign in to comment.