Skip to content

Commit fc023c3

Browse files
committed
ci: use macos-latest runners
1 parent 68ba64a commit fc023c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
lint:
2323
name: Lint
24-
runs-on: macos-13
24+
runs-on: macos-latest
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Install lint tools
@@ -38,7 +38,7 @@ jobs:
3838
3939
test:
4040
name: Test
41-
runs-on: macos-13
41+
runs-on: macos-latest
4242
needs:
4343
- lint
4444
steps:

0 commit comments

Comments
 (0)