Skip to content

Commit

Permalink
Try ubuntu-latest for some jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 27, 2024
1 parent 4bf55b3 commit cee1d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [push]
jobs:
check-quality:
name: "🔎 Check quality"
runs-on: [macos-latest]
runs-on: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -16,7 +16,7 @@ jobs:

build-documentation:
name: "📚 Build documentation"
runs-on: [macos-latest]
runs-on: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit cee1d62

Please sign in to comment.