Skip to content

Commit da43e27

Browse files
committed
ci: upgrade macos image to latest [skip ci]
1 parent fe3299a commit da43e27

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e_test_darwin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# ref: https://github.com/actions/runner-images
17-
os: [macos-13]
17+
os: [macos-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/e2e_test_darwin_mise.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
# ref: https://github.com/actions/runner-images
14-
os: [macos-13]
14+
os: [macos-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/e2e_test_darwin_prebuilt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# ref: https://github.com/actions/runner-images
17-
os: [macos-13]
17+
os: [macos-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)