We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e174272 commit 8775136Copy full SHA for 8775136
.github/workflows/native-build.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: true
12
matrix:
13
- os: [ ubuntu-latest, macOS-latest, macos-latest-large ]
+ os: [ ubuntu-latest, macOS-latest, macos-13 ]
14
runs-on: ${{ matrix.os }}
15
steps:
16
- name: 'Check out repository'
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments