Skip to content

Commit f3eded3

Browse files
committed
astral version
1 parent 1be8c73 commit f3eded3

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/build_gui_apps.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ on:
2323
tags:
2424
- "v*"
2525
- "*.*.*"
26+
# runner list at https://github.com/actions/runner-images
2627
jobs:
2728
build-mac:
28-
if: github.event.inputs.platform == 'all' || github.event.inputs.platform == 'mac' || github.event.inputs.platform == null
29+
if: github.event.inputs.platform == 'all' || github.event.inputs.platform ==
30+
'mac' || github.event.inputs.platform == null
2931
strategy:
3032
matrix:
3133
os: [macos-15-intel, macos-14]
@@ -103,7 +105,8 @@ jobs:
103105
path: dist/GetDist-GUI-${{ matrix.arch }}.dmg
104106

105107
build-windows:
106-
if: github.event.inputs.platform == 'all' || github.event.inputs.platform == 'windows' || github.event.inputs.platform == null
108+
if: github.event.inputs.platform == 'all' || github.event.inputs.platform ==
109+
'windows' || github.event.inputs.platform == null
107110
runs-on: windows-latest
108111
permissions:
109112
contents: read

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838

3939
- name: Ruff Lint
4040
if: matrix.os == 'ubuntu-latest'
41-
uses: astral-sh/ruff-action@v4
41+
uses: astral-sh/ruff-action@v4.0.0
4242
with:
4343
src: "./getdist"
4444

4545
- name: Ruff Format Check
4646
if: matrix.os == 'ubuntu-latest'
47-
uses: astral-sh/ruff-action@v4
47+
uses: astral-sh/ruff-action@v4.0.0
4848
with:
4949
src: "./getdist"
5050
args: "format --check"

0 commit comments

Comments
 (0)