From 01417025f276b5e4d107bd3b616fb2bbeb19cd8a Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Wed, 30 Oct 2024 16:20:27 +0100 Subject: [PATCH] Swift: use `ubuntu-latest` --- .github/workflows/swift.yml | 4 ++-- swift/README.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 6b9981a9b530..0d2a9518677a 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -50,14 +50,14 @@ jobs: - uses: ./swift/actions/build-and-test build-and-test-linux: if: github.repository_owner == 'github' - runs-on: ubuntu-latest-xl + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: ./swift/actions/build-and-test qltests-linux: if: github.repository_owner == 'github' needs: build-and-test-linux - runs-on: ubuntu-latest-xl + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: ./swift/actions/run-ql-tests diff --git a/swift/README.md b/swift/README.md index a39c0ea55788..df2c8cae1378 100644 --- a/swift/README.md +++ b/swift/README.md @@ -113,3 +113,8 @@ In particular for breakpoints to work you might need to setup the following remo ### Thread safety The extractor is single-threaded, and there was no effort to make anything in it thread-safe. + +### Updating the swift compiler version + +This can only be done with access to the internal repository at the moment. Some (incomplete) instructions are +found [here](third_party/resources/updating.md).