Skip to content

Commit 01f1275

Browse files
committed
Remove old macos runner
1 parent 9c01ed5 commit 01f1275

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/example-project.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
matrix:
1414
include:
1515
- os: ubuntu-latest
16-
# x86_64:
17-
- os: macos-13
18-
# arm64:
1916
- os: macos-latest
2017
- os: windows-latest
2118
toolchain-suffix: -gnu

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
needs: rustfmt-clippy
6565
strategy:
6666
matrix:
67-
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
67+
os: [ubuntu-latest, windows-latest, macos-latest]
6868
toolchain: [nightly, stable]
6969
include:
7070
- toolchain: nightly-gnu

0 commit comments

Comments
 (0)