Skip to content

Commit

Permalink
ci: temporarily switch from ubuntu-latest to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jsm174 authored and freezy committed Jan 6, 2025
1 parent 3c8a50f commit 60b18b4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@ jobs:
rid: osx
- os: macos-latest
rid: ios-arm64
- os: ubuntu-latest
- os: ubuntu-22.04
rid: linux-x64
- os: ubuntu-latest
- os: ubuntu-22.04
rid: android-arm64-v8a
steps:
- if: (matrix.os == 'ubuntu-latest')
name: Add icu support (ubuntu runner)
run: |
sudo apt-get install libicu-dev
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 60b18b4

Please sign in to comment.