File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,23 @@ jobs:
24
24
- macos
25
25
include :
26
26
- build : msrv
27
- os : ubuntu-22 .04
27
+ os : ubuntu-24 .04
28
28
rust : 1.63.0
29
29
30
30
- build : stable
31
- os : ubuntu-22 .04
31
+ os : ubuntu-24 .04
32
32
rust : stable
33
33
34
34
- build : nightly
35
- os : ubuntu-22 .04
35
+ os : ubuntu-24 .04
36
36
rust : nightly
37
37
38
38
- build : win-msvc
39
- os : windows-2022
39
+ os : windows-2025
40
40
rust : nightly
41
41
42
42
- build : macos
43
- os : macos-12
43
+ os : macos-15
44
44
rust : nightly
45
45
env :
46
46
# Backtraces for panics.
Original file line number Diff line number Diff line change 12
12
13
13
archive-src :
14
14
name : archive-src
15
- runs-on : ubuntu-22 .04
15
+ runs-on : ubuntu-24 .04
16
16
steps :
17
17
- name : Checkout
18
18
uses : actions/checkout@v4
@@ -56,17 +56,17 @@ jobs:
56
56
- win-msvc
57
57
include :
58
58
- build : linux
59
- os : ubuntu-22 .04
59
+ os : ubuntu-24 .04
60
60
target : x86_64-unknown-linux-musl
61
61
binary_ext :
62
62
63
63
- build : macos
64
- os : macos-12
64
+ os : macos-15
65
65
target : x86_64-apple-darwin
66
66
binary_ext :
67
67
68
68
- build : win-msvc
69
- os : windows-2022
69
+ os : windows-2025
70
70
target : x86_64-pc-windows-msvc
71
71
binary_ext : .exe
72
72
env :
@@ -93,18 +93,18 @@ jobs:
93
93
# run: ./ci/install-${{ matrix.os }}
94
94
# but I couldn't get Windows to do anything that way.
95
95
- name : Install dependencies (Ubuntu)
96
- if : matrix.os == 'ubuntu-22 .04'
96
+ if : matrix.os == 'ubuntu-24 .04'
97
97
run : |
98
98
sudo apt-get update
99
99
sudo apt-get install --yes --no-install-recommends \
100
100
asciidoctor
101
101
102
102
- name : Install dependencies (Windows)
103
- if : matrix.os == 'windows-2022 '
103
+ if : matrix.os == 'windows-2025 '
104
104
run : gem install asciidoctor
105
105
106
106
- name : Install dependencies (macOS)
107
- if : matrix.os == 'macos-12 '
107
+ if : matrix.os == 'macos-15 '
108
108
run : brew install asciidoctor
109
109
110
110
- name : Install Rust
You can’t perform that action at this time.
0 commit comments