We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5f3a4 commit 23314d0Copy full SHA for 23314d0
.github/workflows/azwi-build.yaml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
# TODO(aramase): add windows test env
24
- env: [ubuntu-latest, macos-13]
+ env: [ubuntu-latest, macos-latest]
25
runs-on: ${{ matrix.env }}
26
steps:
27
- name: Harden Runner
.github/workflows/azwi-e2e.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
0 commit comments