Run on ubuntu-slim

This commit is contained in:
tooomm 2026-04-10 23:31:58 +02:00
parent a89154e97a
commit 880a78f2c5
4 changed files with 5 additions and 5 deletions

View file

@ -20,13 +20,13 @@ on:
jobs: jobs:
format: format:
runs-on: ubuntu-22.04 runs-on: ubuntu-slim
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v6
with: with:
fetch-depth: 20 # should be enough to find merge base fetch-depth: 20 # should be enough to find merge base
- name: Install dependencies - name: Install dependencies
shell: bash shell: bash

View file

@ -16,7 +16,7 @@ jobs:
if: github.event_name != 'schedule' || github.repository_owner == 'Cockatrice' if: github.event_name != 'schedule' || github.repository_owner == 'Cockatrice'
name: Pull languages name: Pull languages
runs-on: ubuntu-latest runs-on: ubuntu-slim
steps: steps:
- name: Checkout repo - name: Checkout repo

View file

@ -16,7 +16,7 @@ jobs:
if: github.event_name != 'schedule' || github.repository_owner == 'Cockatrice' if: github.event_name != 'schedule' || github.repository_owner == 'Cockatrice'
name: Push strings name: Push strings
runs-on: ubuntu-latest runs-on: ubuntu-slim
steps: steps:
- name: Checkout repo - name: Checkout repo

View file

@ -10,7 +10,7 @@ on:
jobs: jobs:
ESLint: ESLint:
runs-on: ubuntu-latest runs-on: ubuntu-slim
defaults: defaults:
run: run: