Skip to content

Commit

Permalink
back to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed May 23, 2024
1 parent 302c58d commit a7062f7
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .JuliaFormatter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ whitespace_in_kwargs = true
annotate_untyped_fields_with_any = true
format_docstrings = true
conditional_to_if = true
normalize_line_endings = "windows"
normalize_line_endings = "unix"
trailing_comma = true
trailing_zero = true
join_lines_based_on_source = false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Auto-Assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [opened, edited, labeled, unlabeled]
jobs:
run:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-assign@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
benchmark:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-ENH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
# - '1.9'
# - 'nightly'
os:
# - ubuntu-latest
- ubuntu-latest
# - macOS-latest
- windows-latest
# - windows-latest
arch:
- x64
# - x86
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
# - '1.9'
# - 'nightly'
os:
# - ubuntu-latest
- ubuntu-latest
# - macOS-latest
- windows-latest
# - windows-latest
arch:
- x64
# - x86
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
tags: ['*']
jobs:
CompatHelper:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
docs:
name: Documentation
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Format-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ on:
pull_request:
jobs:
code-style:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: julia-actions/julia-format@v3
2 changes: 1 addition & 1 deletion .github/workflows/Formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
tags: ['*']
jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Only run on PRs to the default branch.
# In the PR trigger above branches can be specified only explicitly whereas this check should work for master, main, or any other default branch
if: github.base_ref == github.event.repository.default_branch
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Register-Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
jobs:
register:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: julia-actions/RegisterAction@latest
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
Expand Down

0 comments on commit a7062f7

Please sign in to comment.