Skip to content

Commit

Permalink
Use quotes around 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner committed Feb 28, 2024
1 parent c653ed0 commit b482d3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
with:
version: 1.10
version: '1.10'
show-versioninfo: true
- name: Install dependencies
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -26,10 +26,13 @@ jobs:
# test macOS and Windows with latest Julia only
- os: macOS-latest
arch: x64
version: '1.10'
- os: windows-latest
arch: x64
version: '1.10'
- os: windows-latest
arch: x86
version: '1.10'
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit b482d3a

Please sign in to comment.