Skip to content

Commit 0141702

Browse files
author
Paolo Tranquilli
committed
Swift: use ubuntu-latest
1 parent 5e6228c commit 0141702

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
- uses: ./swift/actions/build-and-test
5151
build-and-test-linux:
5252
if: github.repository_owner == 'github'
53-
runs-on: ubuntu-latest-xl
53+
runs-on: ubuntu-24.04
5454
steps:
5555
- uses: actions/checkout@v4
5656
- uses: ./swift/actions/build-and-test
5757
qltests-linux:
5858
if: github.repository_owner == 'github'
5959
needs: build-and-test-linux
60-
runs-on: ubuntu-latest-xl
60+
runs-on: ubuntu-24.04
6161
steps:
6262
- uses: actions/checkout@v4
6363
- uses: ./swift/actions/run-ql-tests

swift/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,8 @@ In particular for breakpoints to work you might need to setup the following remo
113113
### Thread safety
114114

115115
The extractor is single-threaded, and there was no effort to make anything in it thread-safe.
116+
117+
### Updating the swift compiler version
118+
119+
This can only be done with access to the internal repository at the moment. Some (incomplete) instructions are
120+
found [here](third_party/resources/updating.md).

0 commit comments

Comments
 (0)