Skip to content

Commit

Permalink
ci: use macos-13 for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
maksadbek committed Nov 11, 2024
1 parent 79bee8c commit a82517f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
fail-fast: false
matrix:
# Windows can't run linux docker images: https://github.com/actions/runner-images/issues/1143
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
steps:
- name: Install Docker (MacOS)
if: ${{ startsWith(matrix.os, 'macos') }}
Expand Down

0 comments on commit a82517f

Please sign in to comment.