Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc2cca87

Browse files
ci: Remove usage of macos-11 (#681)
* ci: Remove usage of macos-11This is being removed at GitHub on June 28, 2024.Switch semver action to macos-14.* Use `macos-14` instead of `macos-14.0` for semver check---------Co-authored-by: Martin Robinson <mrobinson@igalia.com>
1 parent8d2b732 commitc2cca87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/rust.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
components:rustfmt
2323
-run:cargo fmt --check
2424
semver:
25-
runs-on:macos-11.0
25+
runs-on:macos-14
2626
steps:
2727
-uses:actions/checkout@v4
2828
-name:Check semver
@@ -31,7 +31,7 @@ jobs:
3131
runs-on:${{ matrix.os }}
3232
strategy:
3333
matrix:
34-
os:[macos-11.0, macos-12, macos-13, macos-14]
34+
os:[macos-12, macos-13, macos-14]
3535
toolchain:[stable]
3636
include:
3737
-os:macos-14

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp