diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 38c9030..fd848a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ env: jobs: lint: - runs-on: 'shipfox-2vcpu-ubuntu-2404' + runs-on: 'ubuntu-latest' if: ${{ github.event_name == 'pull_request' && !github.event.pull_request.draft }} env: # renovate: datasource=github-tags depName=golangci/golangci-lint versioning=loose @@ -44,7 +44,7 @@ jobs: version: ${{ env.GOLANGCI_LINT_VERSION }} test: - runs-on: 'shipfox-2vcpu-ubuntu-2404' + runs-on: 'ubuntu-latest' if: ${{ github.event_name == 'pull_request' && !github.event.pull_request.draft }} steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -62,7 +62,7 @@ jobs: include: - arch: amd64 - arch: arm64 - runs-on: ${{ matrix.arch == 'amd64' && 'shipfox-2vcpu-ubuntu-2404' || 'shipfox-2vcpu-ubuntu-2404-arm' }} + runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'ubuntu-24.04-arm' }} if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }} permissions: contents: read @@ -108,7 +108,7 @@ jobs: push-manifest: if: ${{ github.event_name == 'push' || startsWith(github.ref, 'refs/tags/') }} - runs-on: 'ubuntu-latest' + runs-on: 'ubuntu-slim' needs: [ build ] permissions: contents: read