We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2ac15 commit 941ff34Copy full SHA for 941ff34
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
run: swift test
16
17
build-and-test-ubuntu:
18
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
19
steps:
20
- uses: actions/checkout@v3
21
- name: Set up Swift on Ubuntu
.github/workflows/push.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
docker:
9
10
11
-
12
name: Set up QEMU
0 commit comments