Skip to content

Commit 8e428ca

Browse files
chore: OrphanedShapes TestModel, GHA uses ubuntu-22.04 (#744)
1 parent 84523f4 commit 8e428ca

File tree

45 files changed

+1092
-25
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1092
-25
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
check-java:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Support longpaths
1212
run: |

.github/workflows/nightly_dafny.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
dafny: "nightly-latest"
4343

4444
cut-issue-on-failure:
45-
runs-on: ubuntu-latest
45+
runs-on: ubuntu-22.04
4646
needs:
4747
[
4848
dafny-nightly-verification,

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
pr-populate-dafny-versions:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Populate Dafny versions list
1212
id: populate-dafny-versions-list
@@ -85,7 +85,7 @@ jobs:
8585
- pr-ci-rust
8686
- pr-ci-python
8787
- pr-ci-go
88-
runs-on: ubuntu-latest
88+
runs-on: ubuntu-22.04
8989
steps:
9090
- name: Verify all required jobs passed
9191
uses: re-actors/alls-green@release/v1

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
pr-populate-dafny-versions:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Populate Dafny versions list
1414
id: populate-dafny-versions-list

.github/workflows/smithy-dafny-conversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
gradle-build-smithy-dafny-conversion:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v3
1414
with:

.github/workflows/smithy-polymorph.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-latest, windows-latest, macos-13]
14+
os: [ubuntu-22.04, windows-latest, macos-13]
1515
runs-on: ${{matrix.os}}
1616
steps:
1717
- uses: actions/checkout@v3
@@ -47,5 +47,5 @@ jobs:
4747
run: make polymorph_dafny
4848

4949
- name: not-grep
50-
if: matrix.os == 'ubuntu-latest'
50+
if: matrix.os == 'ubuntu-22.04'
5151
uses: mattsb42-meta/[email protected]

.github/workflows/test_models_dafny_verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
populate-matrix-dimensions:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- name: Populate shard list
2121
id: populate-shard-list
@@ -30,7 +30,7 @@ jobs:
3030
dafny-version:
3131
- ${{ inputs.dafny }}
3232
shard: ${{ fromJson(needs.populate-matrix-dimensions.outputs.shard-list) }}
33-
os: [ubuntu-latest]
33+
os: [ubuntu-22.04]
3434
runs-on: ${{ matrix.os }}
3535
defaults:
3636
run:

.github/workflows/test_models_go_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
populate-matrix-dimensions:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Populate shard list
2020
id: populate-shard-list
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false # at least for development; see all errors
2828
matrix:
2929
shard: ${{ fromJson(needs.populate-matrix-dimensions.outputs.shard-list) }}
30-
runs-on: "ubuntu-latest"
30+
runs-on: "ubuntu-22.04"
3131
permissions:
3232
id-token: write
3333
contents: read

.github/workflows/test_models_java_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
populate-matrix-dimensions:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- name: Populate shard list
2121
id: populate-shard-list
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
shard: ${{ fromJson(needs.populate-matrix-dimensions.outputs.shard-list) }}
31-
runs-on: "ubuntu-latest"
31+
runs-on: "ubuntu-22.04"
3232
permissions:
3333
id-token: write
3434
contents: read

.github/workflows/test_models_net_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
populate-matrix-dimensions:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- name: Populate shard list
2121
id: populate-shard-list
@@ -31,7 +31,7 @@ jobs:
3131
- ${{ inputs.dafny }}
3232
shard: ${{ fromJson(needs.populate-matrix-dimensions.outputs.shard-list) }}
3333
dotnet-version: ["6.0.x"]
34-
os: [ubuntu-latest]
34+
os: [ubuntu-22.04]
3535
runs-on: ${{ matrix.os }}
3636
permissions:
3737
id-token: write

0 commit comments

Comments
 (0)