Skip to content

Commit

Permalink
Test macOS 14 GitHub runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Feb 14, 2024
1 parent dd2da9e commit eb00c44
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/macos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ on:

jobs:
build:
runs-on: macos-latest
name: macos-latest
strategy:
matrix:
os: [macos-latest, macos-14]
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}
# If it's not done in 60 minutes, something is wrong.
# Default is 6 hours, which is a bit long to wait.
timeout-minutes: 60
Expand Down

0 comments on commit eb00c44

Please sign in to comment.