Skip to content

Commit a849204

Browse files
committed
fix(ci): use macos-13 to run integration tests on Intel macOS, macos-11 has been deprecated a long time ago
1 parent f720f55 commit a849204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os:
1717
- host: ubuntu-24.04
1818
# - host: windows-2019
19-
- host: macos-11 # x86_64
19+
- host: macos-13 # x86_64
2020
- host: macos-14 # aarch64
2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)