Skip to content

Commit

Permalink
Add macos-13 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie authored Aug 4, 2023
1 parent e610218 commit 689a3e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/clippy_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-11, macos-12 ]
os: [ ubuntu-latest, macos-11, macos-12, macos-13 ]
rust: [stable, beta]
experimental: [false]
include:
Expand All @@ -30,6 +30,9 @@ jobs:
- os: macos-12
rust: nightly
experimental: true
- os: macos-13
rust: nightly
experimental: true

continue-on-error: ${{ matrix.experimental }}

Expand Down

0 comments on commit 689a3e3

Please sign in to comment.