Skip to content

Commit

Permalink
ci: use namespace runners in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chee-zaram committed Nov 1, 2023
1 parent 5998692 commit 2932e0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: true
matrix:
go: ['1.20.x']
os: ['ubuntu-20.04']
os: ['nscloud-ubuntu-22.04-amd64-4x16']
runs-on: ${{ matrix.os }}

services:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
fail-fast: true
matrix:
go: ['1.20.x']
os: ['ubuntu-20.04']
os: ['nscloud-ubuntu-22.04-amd64-4x16']
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
fail-fast: true
matrix:
go: ['1.20.x']
os: ['ubuntu-20.04']
os: ['nscloud-ubuntu-22.04-amd64-4x16']
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -136,7 +136,7 @@ jobs:
name: Deploy Backend
needs: [check, build, test]
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-20.04
runs-on: nscloud-ubuntu-22.04-amd64-4x16
strategy:
fail-fast: true

Expand Down

0 comments on commit 2932e0b

Please sign in to comment.