Skip to content

Commit ff8cd28

Browse files
colinleachColin Leach
andauthored
Update ci os (#964)
* 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. * Updates OS versions in workflows --------- Co-authored-by: Colin Leach <[email protected]>
1 parent 2c60625 commit ff8cd28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto-rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
rebase:
77
name: Rebase
88
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1212
- name: Automatic Rebase

.github/workflows/exercise-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
julia-version: ["1.10", "1.11", nightly]
26-
os: [ubuntu-22.04, windows-2022, macos-14]
26+
os: [ubuntu-24.04, windows-2025, macos-15]
2727

2828
steps:
2929
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -42,7 +42,7 @@ jobs:
4242

4343
test-runner:
4444
name: Julia Test Runner
45-
runs-on: ubuntu-22.04
45+
runs-on: ubuntu-24.04
4646

4747
steps:
4848
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

0 commit comments

Comments
 (0)