File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 tags :
2424 - " v*"
2525 - " *.*.*"
26+ # runner list at https://github.com/actions/runner-images
2627jobs :
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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments