Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohucode committed Apr 24, 2024
1 parent b1f7ac2 commit bcf934b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Release.yml
Expand Up @@ -23,7 +23,7 @@ jobs:

check_release:
name: Check release
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -72,17 +72,17 @@ jobs:
matrix:
config:
- target: linux
host: ubuntu-20.04
host: ubuntu-latest
- target: windows
host: windows-latest
- target: macos
host: macos-13
- target: ios
host: macos-13
- target: android-arm32
host: ubuntu-20.04
host: ubuntu-latest
- target: android-arm64
host: ubuntu-20.04
host: ubuntu-latest
# - target: android-x86_64
# host: ubuntu-latest

Expand Down

0 comments on commit bcf934b

Please sign in to comment.