Skip to content

Commit

Permalink
Add Ubuntu 24.04 & 22.04 and macOS 14, 13, & 12
Browse files Browse the repository at this point in the history
Remove older EOL versions of both operating systems.
  • Loading branch information
mbrukman committed Aug 27, 2024
1 parent 5fa4ef9 commit 05a3c6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
run-tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-20.04', 'macos-10.15' ]
os: [ 'ubuntu-24.04', 'ubuntu-22.04', 'macos-14', 'macos-13', 'macos-12' ]
name: ${{ matrix.os }}
steps:
- name: Checkout repo
Expand Down

0 comments on commit 05a3c6a

Please sign in to comment.