Skip to content

Commit

Permalink
update hosted runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
itn3000 committed Dec 26, 2024
1 parent f06dd40 commit 9f92772
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
os:
- windows-2022
- ubuntu-22.04
- macos-11
- macos-13
include:
- os: windows-2022
osimage: windows-2022
Expand All @@ -19,10 +19,10 @@ jobs:
osimage: ubuntu-22.04
exename: cs2mmd
runtime: linux-x64
- os: macos-11
osimage: macos-11
- os: macos-13
osimage: macos-13
exename: cs2mmd
runtime: osx-x64
runtime: osx-arm64
runs-on: ${{ matrix.osimage }}
steps:
- uses: actions/checkout@v3
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
os:
- windows-2022
- ubuntu-22.04
- macos-11
- macos-12-arm
- macos-13
include:
- os: windows-2022
osimage: windows-2022
Expand All @@ -23,12 +22,8 @@ jobs:
osimage: ubuntu-22.04
exename: cs2mmd
runtime: linux-x64
- os: macos-11
osimage: macos-11
exename: cs2mmd
runtime: osx-x64
- os: macos-12-arm
osimage: macos-11
- os: macos-13
osimage: macos-13
exename: cs2mmd
runtime: osx-arm64
runs-on: ${{ matrix.osimage }}
Expand Down
13 changes: 4 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
os:
- windows-2022
- ubuntu-22.04
- macos-11
- macos-12-arm
- macos-13
include:
- os: windows-2022
osimage: windows-2022
Expand All @@ -20,12 +19,8 @@ jobs:
osimage: ubuntu-22.04
exename: cs2mmd
runtime: linux-x64
- os: macos-11
osimage: macos-11
exename: cs2mmd
runtime: osx-x64
- os: macos-12-arm
osimage: macos-11
- os: macos-13
osimage: macos-13
exename: cs2mmd
runtime: osx-arm64
runs-on: ${{ matrix.osimage }}
Expand Down Expand Up @@ -92,7 +87,7 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
- name: upload tgz to github release
run: gh release upload ${{github.event.release.tag_name}} artifacts/tgz-linux-x64/*.* artifacts/tgz-osx-x64/*.* artifacts/tgz-osx-arm64/*.* --clobber
run: gh release upload ${{github.event.release.tag_name}} artifacts/tgz-linux-x64/*.* artifacts/tgz-osx-arm64/*.* artifacts/tgz-osx-arm64/*.* --clobber
env:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: upload zip and nupkg to github release
Expand Down

0 comments on commit 9f92772

Please sign in to comment.