Skip to content

Commit

Permalink
Fix ci maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Oct 25, 2024
1 parent 8cc8b2d commit 5c17930
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
freebsd_instance:
image_family: freebsd-14-0
image_family: freebsd-14-1
task:
name: FreeBSD
artifacts_cache:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Julia 1.9.0
- name: Set up Julia 1.9
uses: julia-actions/setup-julia@v1
with:
version: "1.9.0"
version: "1.9"
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit 5c17930

Please sign in to comment.