Skip to content

Commit 9f92772

Browse files
committed
update hosted runner version
1 parent f06dd40 commit 9f92772

File tree

3 files changed

+11
-21
lines changed

3 files changed

+11
-21
lines changed

.github/workflows/pull_request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
os:
1010
- windows-2022
1111
- ubuntu-22.04
12-
- macos-11
12+
- macos-13
1313
include:
1414
- os: windows-2022
1515
osimage: windows-2022
@@ -19,10 +19,10 @@ jobs:
1919
osimage: ubuntu-22.04
2020
exename: cs2mmd
2121
runtime: linux-x64
22-
- os: macos-11
23-
osimage: macos-11
22+
- os: macos-13
23+
osimage: macos-13
2424
exename: cs2mmd
25-
runtime: osx-x64
25+
runtime: osx-arm64
2626
runs-on: ${{ matrix.osimage }}
2727
steps:
2828
- uses: actions/checkout@v3

.github/workflows/push.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
os:
1313
- windows-2022
1414
- ubuntu-22.04
15-
- macos-11
16-
- macos-12-arm
15+
- macos-13
1716
include:
1817
- os: windows-2022
1918
osimage: windows-2022
@@ -23,12 +22,8 @@ jobs:
2322
osimage: ubuntu-22.04
2423
exename: cs2mmd
2524
runtime: linux-x64
26-
- os: macos-11
27-
osimage: macos-11
28-
exename: cs2mmd
29-
runtime: osx-x64
30-
- os: macos-12-arm
31-
osimage: macos-11
25+
- os: macos-13
26+
osimage: macos-13
3227
exename: cs2mmd
3328
runtime: osx-arm64
3429
runs-on: ${{ matrix.osimage }}

.github/workflows/release.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
os:
1010
- windows-2022
1111
- ubuntu-22.04
12-
- macos-11
13-
- macos-12-arm
12+
- macos-13
1413
include:
1514
- os: windows-2022
1615
osimage: windows-2022
@@ -20,12 +19,8 @@ jobs:
2019
osimage: ubuntu-22.04
2120
exename: cs2mmd
2221
runtime: linux-x64
23-
- os: macos-11
24-
osimage: macos-11
25-
exename: cs2mmd
26-
runtime: osx-x64
27-
- os: macos-12-arm
28-
osimage: macos-11
22+
- os: macos-13
23+
osimage: macos-13
2924
exename: cs2mmd
3025
runtime: osx-arm64
3126
runs-on: ${{ matrix.osimage }}
@@ -92,7 +87,7 @@ jobs:
9287
env:
9388
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
9489
- name: upload tgz to github release
95-
run: gh release upload ${{github.event.release.tag_name}} artifacts/tgz-linux-x64/*.* artifacts/tgz-osx-x64/*.* artifacts/tgz-osx-arm64/*.* --clobber
90+
run: gh release upload ${{github.event.release.tag_name}} artifacts/tgz-linux-x64/*.* artifacts/tgz-osx-arm64/*.* artifacts/tgz-osx-arm64/*.* --clobber
9691
env:
9792
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
9893
- name: upload zip and nupkg to github release

0 commit comments

Comments
 (0)