Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
glimberg committed Aug 15, 2024
1 parent 10fb2b6 commit 90c725b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: gha-runner-x64

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:

lint:
name: Linter
runs-on: ubuntu-latest
runs-on: gha-runner-x64

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 90c725b

Please sign in to comment.