Skip to content

Commit

Permalink
Adapt CI to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Jan 15, 2024
1 parent cfc7daa commit 6e9926d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test-smokes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ on:
schedule:
- cron: "0 6 * * *"

permissions:
actions: write
contents: read

jobs:
run-smokes:
name: Run smoke (${{ matrix.os }})${{ matrix.time-test && ' with timed file' || ''}}
Expand Down Expand Up @@ -149,15 +153,12 @@ jobs:
uses: browser-actions/setup-chrome@latest

- name: Setup Julia
uses: julia-actions/setup-julia@v1.9.4
uses: julia-actions/setup-julia@v1.9.5
with:
version: 1.9.4
version: "1.10"

- name: Cache Julia Packages
uses: julia-actions/cache@v1
with:
cache-name: version-1
cache-registries: false

- name: Restore Julia Packages
working-directory: tests
Expand Down

0 comments on commit 6e9926d

Please sign in to comment.