Skip to content

Commit

Permalink
Try version 13
Browse files Browse the repository at this point in the history
  • Loading branch information
guergana committed Oct 4, 2024
1 parent 8a1fa0a commit 46508ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-20.04, macos-14, windows-latest]
os: [ubuntu-20.04, macos-13, windows-latest]
runs-on: ${{ matrix.os }}
needs: [test, test-e2e]
steps:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
strategy:
matrix:
os: [ubuntu-20.04, macos-14, windows-latest]
os: [ubuntu-20.04, macos-13, windows-latest]
runs-on: ${{ matrix.os }}
needs: [test, test-e2e]
steps:
Expand Down

0 comments on commit 46508ba

Please # to comment.