Skip to content

Commit e8d77a8

Browse files
authored
Change workflows to use macos-latest (#262)
1 parent b60cd04 commit e8d77a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- test
5151
strategy:
5252
matrix:
53-
os: [windows-2019, macos-11, ubuntu-20.04]
53+
os: [windows-2019, macos-latest, ubuntu-20.04]
5454
runs-on: ${{ matrix.os }}
5555
steps:
5656
- uses: actions/checkout@v2

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- os: windows-2019
2525
binary_target: x86_64-pc-windows-msvc
2626
profile: release+windows
27-
- os: macos-11
27+
- os: macos-latest
2828
binary_target: x86_64-apple-darwin
2929
profile: release+mac_intel
30-
- os: macos-11
30+
- os: macos-latest
3131
binary_target: aarch64-apple-darwin
3232
profile: release+mac_arm
3333

0 commit comments

Comments
 (0)