Skip to content

Commit 0112523

Browse files
committed
2 parents 8c48b31 + e4f7208 commit 0112523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

6767
cross:
68-
runs-on: ubuntu
68+
runs-on: ubuntu-latest
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
93+
runs-on: ubuntu-latest
9494
strategy:
9595
matrix:
9696
toolchain: ["beta"]

0 commit comments

Comments
 (0)