Skip to content

Commit

Permalink
Update continuous.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Ferguson authored Nov 18, 2023
1 parent ec3c626 commit 84919b5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04, macos-latest]
os: [ubuntu-latest, macos-latest]
config: [Debug, Release]
include:
- os: macos-latest
name: macOS
- os: ubuntu-18.04
name: Linux
- os: ubuntu-20.04
- os: ubuntu-latest
name: Linux
steps:
- name: Checkout repository
Expand Down

0 comments on commit 84919b5

Please sign in to comment.