Skip to content

Commit

Permalink
Update GHA Runners
Browse files Browse the repository at this point in the history
  • Loading branch information
kaozenn committed Sep 26, 2023
1 parent 472db68 commit af2bda0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rustsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
audit:
runs-on: ubuntu-latest
runs-on: minafoundation-default-runners
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: minafoundation-default-runners
# runs-on: ${{ matrix.os }}
# strategy:
# fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: minafoundation-default-runners
strategy:
matrix:
node-version: ['18.x']
Expand Down

0 comments on commit af2bda0

Please sign in to comment.