File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -113,3 +113,8 @@ In particular for breakpoints to work you might need to setup the following remo
113113### Thread safety
114114
115115The 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 ) .
You can’t perform that action at this time.
0 commit comments