Skip to content

Commit

Permalink
[curlBuild] build curl with http3 support with xlarge runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Haldir65 committed Apr 3, 2024
1 parent c8d131c commit 21cbaed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_curl_http3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
# os: ['self-hosted', 'linux', 'RISCV64']
## https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
- id: 'darwin-amd64'
os: 'macos-14'
# os: 'macos-14-xlarge' ## failed
os: 'macos-latest-large'
## https://docs.github.com/en/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners#about-macos-larger-runners
# tar_extra_args: ''
# llvm_version: '18.x'
# - id: 'windows-amd64'
Expand Down Expand Up @@ -112,7 +114,7 @@ jobs:

buildCurlHttp3Openwrt:
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, '[curlBuild]')"
if: "contains(github.event.head_commit.message, '[curlBuild2]')"
container:
# image: docker://haldir65/hello-docker-hub:openwrt-toolchians-19.07.1
image: ghcr.io/haldir65/upgraded-train:openwrt-19.07.1
Expand Down

0 comments on commit 21cbaed

Please sign in to comment.