Skip to content

Commit

Permalink
Remove macos-14 for now due to API rate limit error
Browse files Browse the repository at this point in the history
Error: API rate limit exceeded for 13.105.117.173. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
  • Loading branch information
ackintosh committed Aug 20, 2024
1 parent 7f698bb commit 6e0fe56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
matrix:
# GitHub Actions: Introducing the new M1 macOS runner available to open source! - The GitHub Blog
# https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
os: [macos-14, ubuntu-latest]
# os: [macos-14, ubuntu-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources
Expand Down Expand Up @@ -64,7 +65,8 @@ jobs:
matrix:
# GitHub Actions: Introducing the new M1 macOS runner available to open source! - The GitHub Blog
# https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
os: [macos-14, ubuntu-latest]
# os: [macos-14, ubuntu-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources
Expand Down

0 comments on commit 6e0fe56

Please sign in to comment.