Skip to content

Commit b6e3ad2

Browse files
colinleachColin Leach
andauthored
Reduce OS variants (#965)
* concepts.wip exercises changed to deprecated * Revert "concepts.wip exercises changed to deprecated" This reverts commit 28f91a8. * Change annelyns-infiltration slug for old version * Revert "Change annelyns-infiltration slug for old version" This reverts commit 09dfe5d. * runs only on Ubuntu --------- Co-authored-by: Colin Leach <[email protected]>
1 parent 88e6bc8 commit b6e3ad2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/exercise-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ on:
1717

1818
jobs:
1919
test:
20-
name: Julia ${{ matrix.julia-version }} - ${{ matrix.os }}
21-
runs-on: ${{ matrix.os }}
20+
name: Julia ${{ matrix.julia-version }} - ubuntu-24.04
21+
runs-on: ubuntu-24.04
2222
strategy:
2323
fail-fast: false
2424
matrix:
2525
julia-version: ["1.10", "1.11", nightly]
26-
os: [ubuntu-24.04, windows-2025, macos-15]
2726

2827
steps:
2928
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -82,3 +81,4 @@ jobs:
8281
env:
8382
RESULTS: ${{ steps.generate-reports.outputs.results-path }}
8483
shell: julia --color=yes --project {0}
84+

0 commit comments

Comments
 (0)