Skip to content

Commit

Permalink
change CI to use default runners
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Dec 3, 2024
1 parent e5c0be7 commit 203443d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/on-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# == Documentation ==

documentation:
runs-on: arc-amd64-small
runs-on: ubuntu-latest
permissions:
contents: read
pages: write
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
# == Unit tests, linting, and type checking ==

test:
runs-on: arc-amd64-small
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
# == Try running Kraken as defined in the kraken.yaml file ==

# selftest:
# runs-on: arc-amd64-small
# runs-on: ubuntu-latest
# strategy:
# fail-fast: false
# matrix:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
# key: build-cache:${{ runner.os }}:selftest

# uv-installer:
# runs-on: arc-amd64-small
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: NiklasRosenstein/slap@gha/install/v1
Expand All @@ -152,7 +152,7 @@ jobs:
# - run: krakenw run fmt lint

examples-docker-manual:
runs-on: arc-amd64-small
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 203443d

Please sign in to comment.