Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docs

on:
push:
branches:
branches:
- "**"
- "!dependabot/**"
pull_request:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-24.04
- ubuntu-latest
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v5
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-24.04
- ubuntu-latest
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v5
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-24.04
- ubuntu-latest
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Format Check

on:
push:
branches:
branches:
- "**"
- "!dependabot/**"
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Go

on:
push:
branches:
branches:
- "**"
- "!dependabot/**"
pull_request:
Expand All @@ -23,7 +23,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-24.04
- ubuntu-latest
llvm: [19]
runs-on: ${{matrix.os}}
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/llgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: LLGo

on:
push:
branches:
branches:
- "**"
- "!dependabot/**"
pull_request:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-24.04
- ubuntu-latest
llvm: [19]
go: ["1.21.13", "1.22.12", "1.23.6", "1.24.2"]
runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-24.04
- ubuntu-latest
llvm: [19]
go: ["1.24.2"]
runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-24.04, macos-latest]
os: [ubuntu-latest, macos-latest]
llvm: [19]
go: ["1.21.13", "1.22.12", "1.23.6", "1.24.2"]
runs-on: ${{matrix.os}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/populate_linux_sysroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cat > "${POPULATE_LINUX_SYSROOT_SCRIPT}" << EOF
export DEBIAN_FRONTEND=noninteractive

apt-get update
apt-get install -y lsb-release gnupg2 wget rsync
apt-get install -y lsb-release gnupg wget rsync

echo "deb http://apt.llvm.org/\$(lsb_release -cs)/ llvm-toolchain-\$(lsb_release -cs)-19 main" | tee /etc/apt/sources.list.d/llvm.list
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
strategy:
matrix:
include:
- os: macos-13
- os: macos-15-intel
goos: darwin
goarch: amd64
go-version: "1.24.2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-24.04
- ubuntu-latest
llvm: [19]
runs-on: ${{matrix.os}}
steps:
Expand Down
Loading