Skip to content

Commit 7abb045

Browse files
Use explicit macos runner version (#732)
1 parent a9e391b commit 7abb045

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/exercise-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
julia-version: ["1.6", "1", nightly]
26-
os: [ubuntu-22.04, windows-2022, macOS-latest]
26+
os: [ubuntu-22.04, windows-2022, macos-14]
2727

2828
steps:
2929
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
@@ -52,11 +52,11 @@ jobs:
5252

5353
- name: Install Julia dependencies
5454
run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()"
55-
55+
5656
- name: Generate test reports using julia-test-runner
5757
id: generate-reports
5858
run: julia --color=yes --project runtestrunner.jl
59-
59+
6060
- name: Upload reports as artifact
6161
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
6262
with:

0 commit comments

Comments
 (0)