ci: format workflow files

This commit is contained in:
Steffen Winter
2026-03-27 00:31:39 +01:00
committed by Steffen
parent 7880a3aaf3
commit 5a877f614c
4 changed files with 9 additions and 10 deletions

View File

@@ -49,4 +49,3 @@ jobs:
- name: Compile
run: make CXX=g++ GPU_SUPPORT=true

View File

@@ -40,9 +40,10 @@ jobs:
strategy:
matrix:
os:
# - {runner: 'macos-13', version: 'Ventura'}
- {runner: 'macos-14', version: 'Sonoma'}
- {runner: 'macos-15', version: 'Sequoia'}
- runner: macos-14
version: Sonoma
- runner: macos-15
version: Sequoia
runs-on: ${{ matrix.os.runner }}
steps:
- uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 # v1.7.0

View File

@@ -68,4 +68,3 @@ jobs:
name: btop-x86_64-netbsd-10.1
path: 'bin/*'
if-no-files-found: error

View File

@@ -5,10 +5,10 @@ permissions: {}
on:
workflow_dispatch:
push:
branches: [ main ]
tags-ignore:
branches: [main]
tags-ignore:
- '*.*'
paths:
paths:
- 'src/**'
- '!src/osx/**'
- '!src/freebsd/**'
@@ -19,8 +19,8 @@ on:
- '.github/workflows/test-snap-can-build.yml'
- 'snap/snapcraft.yaml'
pull_request:
branches: [ main ]
paths:
branches: [main]
paths:
- 'src/**'
- '!src/osx/**'
- '!src/freebsd/**'