We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60cd04 commit e8d77a8Copy full SHA for e8d77a8
.github/workflows/ci.yaml
@@ -50,7 +50,7 @@ jobs:
50
- test
51
strategy:
52
matrix:
53
- os: [windows-2019, macos-11, ubuntu-20.04]
+ os: [windows-2019, macos-latest, ubuntu-20.04]
54
runs-on: ${{ matrix.os }}
55
steps:
56
- uses: actions/checkout@v2
.github/workflows/publish.yaml
@@ -24,10 +24,10 @@ jobs:
24
- os: windows-2019
25
binary_target: x86_64-pc-windows-msvc
26
profile: release+windows
27
- - os: macos-11
+ - os: macos-latest
28
binary_target: x86_64-apple-darwin
29
profile: release+mac_intel
30
31
binary_target: aarch64-apple-darwin
32
profile: release+mac_arm
33
0 commit comments