Skip to content

Commit

Permalink
try the older macos-13 runner vs. disabling completely
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Apr 29, 2024
1 parent 13f8144 commit cf2f6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
strategy:
matrix:
#os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
os: [ubuntu-latest, macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
strategy:
matrix:
#os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
os: [ubuntu-latest, macos-13]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit cf2f6e8

Please sign in to comment.