From 0fc95e95762f1c5e7d217f7d7671527f631b4729 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sat, 1 Feb 2025 19:17:58 -0600 Subject: [PATCH] github: work around gcc segfault issue https://github.com/actions/runner-images/issues/11471 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fd4a5de..60d65b3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-22.04, windows-latest, macos-latest] steps: - uses: actions/checkout@v4