Skip to content

Commit

Permalink
test: macos-latest -> macos-13
Browse files Browse the repository at this point in the history
It seems a bit faster
  • Loading branch information
azuwis committed Jan 7, 2024
1 parent b737c26 commit 37b5d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ on:
description: Debug OS
required: true
type: choice
options: [ubuntu-latest, macos-latest, all]
options: [ubuntu-latest, macos-13, all]
jobs:
transcribe:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
shell: [shell, shell-bin]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 37b5d32

Please sign in to comment.