We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e391b commit 7abb045Copy full SHA for 7abb045
.github/workflows/exercise-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
julia-version: ["1.6", "1", nightly]
26
- os: [ubuntu-22.04, windows-2022, macOS-latest]
+ os: [ubuntu-22.04, windows-2022, macos-14]
27
28
steps:
29
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
@@ -52,11 +52,11 @@ jobs:
52
53
- name: Install Julia dependencies
54
run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()"
55
-
+
56
- name: Generate test reports using julia-test-runner
57
id: generate-reports
58
run: julia --color=yes --project runtestrunner.jl
59
60
- name: Upload reports as artifact
61
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
62
with:
0 commit comments