Skip to content

Commit f06af3e

Browse files
authored
Don't use ubicloud everywhere
1 parent 9e200b7 commit f06af3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
website-pr:
1313
name: Sanity check the Rascal website
14-
runs-on: ubicloud-standard-2
14+
runs-on: ubuntu-latest
1515
needs: prepare-website
1616
steps:
1717
# Download prepared sources from base

.github/workflows/website-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
website:
1313
name: Deploy the Rascal website
14-
runs-on: ubicloud-standard-2
14+
runs-on: ubuntu-latest
1515
needs: prepare-website
1616
steps:
1717
# Download prepared sources from base

0 commit comments

Comments
 (0)