Skip to content

Commit

Permalink
fix: ci on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Sep 10, 2024
1 parent b3155e1 commit 5628586
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
audit:
runs-on: scyllax-runner
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
build:
name: Build Website
runs-on: scyllax-runner
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: scyllax-runner
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
check:
name: Check Suite
runs-on: scyllax-runner
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

example:
name: Run the example
runs-on: scyllax-runner
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

release_docker:
name: Publishing Docker Image
runs-on: scyllax-runner
runs-on: ubuntu-latest
needs: publish_cli
permissions:
packages: write
Expand Down

0 comments on commit 5628586

Please sign in to comment.