Skip to content

Commit

Permalink
ci: use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossianaa committed Aug 30, 2024
1 parent bcd22ac commit 0c8b29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
settings:
- host: ubuntu-18.04
- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
- host: windows-latest
target: x86_64-pc-windows-msvc
Expand All @@ -31,7 +31,7 @@ jobs:
SYSROOT=$(xcrun --sdk macosx --show-sdk-path);
export CFLAGS="-isysroot $SYSROOT -isystem $SYSROOT";
arch: arm64
- host: ubuntu-18.04
- host: ubuntu-latest
target: aarch64-unknown-linux-gnu
setup: |
sudo apt-get update
Expand Down

0 comments on commit 0c8b29b

Please sign in to comment.