diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 6b4ec81c..10f186ee 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -2,7 +2,7 @@ name: Docs on: push: - branches: + branches: - "**" - "!dependabot/**" pull_request: @@ -43,7 +43,7 @@ jobs: matrix: os: - macos-latest - - ubuntu-24.04 + - ubuntu-latest runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v5 @@ -80,7 +80,7 @@ jobs: matrix: os: - macos-latest - - ubuntu-24.04 + - ubuntu-latest runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v5 @@ -132,7 +132,7 @@ jobs: matrix: os: - macos-latest - - ubuntu-24.04 + - ubuntu-latest runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v5 diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml index b29aa066..ee3ae5b7 100644 --- a/.github/workflows/fmt.yml +++ b/.github/workflows/fmt.yml @@ -2,7 +2,7 @@ name: Format Check on: push: - branches: + branches: - "**" - "!dependabot/**" pull_request: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index df6ff534..7870f7c5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,7 @@ name: Go on: push: - branches: + branches: - "**" - "!dependabot/**" pull_request: @@ -23,7 +23,7 @@ jobs: matrix: os: - macos-latest - - ubuntu-24.04 + - ubuntu-latest llvm: [19] runs-on: ${{matrix.os}} steps: diff --git a/.github/workflows/llgo.yml b/.github/workflows/llgo.yml index 56d1b905..18b80c91 100644 --- a/.github/workflows/llgo.yml +++ b/.github/workflows/llgo.yml @@ -5,7 +5,7 @@ name: LLGo on: push: - branches: + branches: - "**" - "!dependabot/**" pull_request: @@ -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}} @@ -153,7 +153,7 @@ jobs: matrix: os: - macos-latest - - ubuntu-24.04 + - ubuntu-latest llvm: [19] go: ["1.24.2"] runs-on: ${{matrix.os}} @@ -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}} diff --git a/.github/workflows/populate_linux_sysroot.sh b/.github/workflows/populate_linux_sysroot.sh index b41d3252..19ddbbb5 100755 --- a/.github/workflows/populate_linux_sysroot.sh +++ b/.github/workflows/populate_linux_sysroot.sh @@ -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 - diff --git a/.github/workflows/targets.yml b/.github/workflows/targets.yml index 0da8acb0..3237b3af 100644 --- a/.github/workflows/targets.yml +++ b/.github/workflows/targets.yml @@ -21,7 +21,7 @@ jobs: matrix: os: - macos-latest - - ubuntu-24.04 + - ubuntu-latest llvm: [19] runs-on: ${{matrix.os}} steps: