Skip to content

Commit 2d2ad8c

Browse files
authored
Update ci.yml
1 parent b20b9d2 commit 2d2ad8c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
shell: pwsh
6666

6767
cross:
68-
runs-on: ubuntu-latest
68+
runs-on: ubuntu
6969
strategy:
7070
fail-fast: false
7171
matrix:
@@ -90,7 +90,7 @@ jobs:
9090
run: cross build --target ${{ matrix.target }}
9191

9292
examples:
93-
runs-on: ubuntu-latest
93+
runs-on: ubuntu
9494
strategy:
9595
matrix:
9696
toolchain: ["beta"]
@@ -109,12 +109,12 @@ jobs:
109109
run: cargo run --example ${{ matrix.example }}
110110

111111
documentation:
112-
runs-on: ${{ matrix.os }}
112+
runs-on: ${{ matrix.os }}-latest
113113
strategy:
114114
matrix:
115115
include:
116-
- os: ubuntu-latest
117-
- os: windows-latest
116+
- os: ubuntu
117+
- os: windows
118118
steps:
119119
- uses: actions/checkout@v4
120120
- name: Install latest nightly
@@ -135,8 +135,8 @@ jobs:
135135
strategy:
136136
matrix:
137137
include:
138-
- os: ubuntu-latest
139-
- os: windows-latest
138+
- os: ubuntu
139+
- os: windows
140140
steps:
141141
- uses: actions/checkout@v4
142142
- name: Install latest nightly
@@ -150,12 +150,12 @@ jobs:
150150
run: cargo clippy --all-features
151151

152152
fmt:
153-
runs-on: ${{ matrix.os }}
153+
runs-on: ${{ matrix.os }}-latest
154154
strategy:
155155
matrix:
156156
include:
157-
- os: ubuntu-latest
158-
- os: windows-latest
157+
- os: ubuntu
158+
- os: windows
159159
steps:
160160
- uses: actions/checkout@v4
161161
- name: Install latest nightly

0 commit comments

Comments
 (0)