Skip to content

Commit

Permalink
use 22.04 for swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed Dec 12, 2024
1 parent 97c4c71 commit 58055ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- run: yarn test:conformance --runner ksy-

conformance-swift:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # https://github.com/swift-actions/setup-swift/issues/677
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:
draft: false

swift:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # https://github.com/swift-actions/setup-swift/issues/677
steps:
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
retention-days: 1

docs-python:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # required for python 3.7
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.7

- run: pip install pipenv

Expand All @@ -71,7 +71,7 @@ jobs:
retention-days: 1

docs-swift:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # https://github.com/swift-actions/setup-swift/issues/677
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 58055ee

Please sign in to comment.