Skip to content

Commit

Permalink
ci(actions): work around actions/runner-images#6680 by rolling back U…
Browse files Browse the repository at this point in the history
…buntu
  • Loading branch information
jlucktay committed Sep 11, 2023
1 parent 3b8aa5e commit 629ddfb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Validate
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions: {}
jobs:
test-results:
name: Test Results
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: github.event.workflow_run.conclusion != 'skipped'
permissions:
checks: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
go-version: [1.18, 1.19]
Expand All @@ -37,7 +37,7 @@ jobs:
report.xml
event_file:
name: "Event File"
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 629ddfb

Please sign in to comment.