Skip to content

Commit

Permalink
test nightlies on macos 13 too
Browse files Browse the repository at this point in the history
Signed-off-by: Anton-4 <[email protected]>
  • Loading branch information
Anton-4 committed Jun 22, 2023
1 parent e7ef037 commit b38c0f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_nightly_many_os.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
pull_request:
workflow_dispatch:

name: Test latest nightly release for macOS, ubu 20.04, ubu 22.04 x86_64
Expand All @@ -8,11 +9,11 @@ env:

jobs:
test-nightly:
name: test nightly macos 11, macos 12, ubu 20.04, ubu 22.04
name: test nightly macos 11/12/13, ubuntu 20.04/22.04
strategy:
fail-fast: false
matrix:
os: [ macos-11, macos-12, ubuntu-20.04, ubuntu-22.04 ]
os: [ macos-11, macos-12, macos-13, ubuntu-20.04, ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
timeout-minutes: 90
steps:
Expand Down

0 comments on commit b38c0f5

Please sign in to comment.